Html Css Color HEX #196091 Endeavour

📋 copy color: '#196091'

red 25 ◦ green 96 ◦ blue 145

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

Shades of Endeavour #196091

Tints of Endeavour #196091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

 BLUE value IS 145 (57.03% from 255) = 54.51%

R = 9.4%
G = 36.09%
B = 54.51%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#196091 (or 0x196091) is known color: Endeavour. HEX triplet: 19, 60 and 91. RGB value is (25,96,145). Sum of RGB (Red+Green+Blue) = 25+96+145=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #196091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196091 is #E69F6E. Grayscale: #505050. Windows color (decimal): -15114095 or 9527321. OLE color: 9527321.

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

Color convert

RGB 25 96 145 -
CMYK 0.83 0.34 0 0.43
HSL 204.5º 0.71% 0.33% -
HSV(B) 204.5º 0.83% 0.57% -
XYZ 9.69 10.62 28.33 -
YUV 80.36 164.48 88.52 -
System Red Green Blue C M Y K H S L
Decimal 25 96 145 0.83 0.34 0 0.43 204.5 0.71 0.33
Hex 19 60 91 53 22 0 2B CC 47 21
Octal 31 140 221 123 42 0 53 314 107 41
Binary 11001 1100000 10010001 1010011 100010 0 101011 11001100 1000111 100001

Color Harmonies of #196091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196091

Black with #196091

Text Example


Text Example

White with #196091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196091; }

 p { color: rgb(25,96,145); }

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

background-color css

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

 a { background-color: rgb(25,96,145); }

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

border-color css

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

 span { border-color: rgb(25,96,145); }

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