Html Css Color HEX #195396 Endeavour

📋 copy color: '#195396'

red 25 ◦ green 83 ◦ blue 150

#195396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #195396

Tints of Endeavour #195396

RGB

 RED value IS 25 (10.16% from 255) = 9.69%

 GREEN value IS 83 (32.81% from 255) = 32.17%

 BLUE value IS 150 (58.98% from 255) = 58.14%

R = 9.69%
G = 32.17%
B = 58.14%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#195396 (or 0x195396) is known color: Endeavour. HEX triplet: 19, 53 and 96. RGB value is (25,83,150). Sum of RGB (Red+Green+Blue) = 25+83+150=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #195396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195396 is #E6AC69. Grayscale: #484848. Windows color (decimal): -15117418 or 9851673. OLE color: 9851673.

HSL color Cylindrical-coordinate representation of color #195396: hue angle of 212.16º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195396 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 83 150 -
CMYK 0.83 0.45 0 0.41
HSL 212.16º 0.71% 0.34% -
HSV(B) 212.16º 0.83% 0.59% -
XYZ 9 8.6 30.04 -
YUV 73.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 25 83 150 0.83 0.45 0 0.41 212.16 0.71 0.34
Hex 19 53 96 53 2D 0 29 D4 47 22
Octal 31 123 226 123 55 0 51 324 107 42
Binary 11001 1010011 10010110 1010011 101101 0 101001 11010100 1000111 100010

Color Harmonies of #195396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195396

Black with #195396

Text Example


Text Example

White with #195396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195396; }

 p { color: rgb(25,83,150); }

 H1.HeaderClassName
 {
   color: #195396;
 }
 .AnyTagClassName
 {
   color: #195396;
 }
</style>

background-color css

<style>
 a { background-color: #195396; }

 a { background-color: rgb(25,83,150); }

 div.DivClassName
 {
   background-color: #195396;
 }
 .BgClassName
 {
   background-color: #195396;
 }
</style>

border-color css

<style>
 span { border-color: #195396; }

 span { border-color: rgb(25,83,150); }

 td.TdClassName
 {
   border-color: #195396;
 }
 .TagClassName
 {
   border-color: #195396;
 }
</style>