Html Css Color HEX #196190 Endeavour

📋 copy color: '#196190'

red 25 ◦ green 97 ◦ blue 144

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

Shades of Endeavour #196190

Tints of Endeavour #196190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 9.4%
G = 36.47%
B = 54.14%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#196190 (or 0x196190) is known color: Endeavour. HEX triplet: 19, 61 and 90. RGB value is (25,97,144). Sum of RGB (Red+Green+Blue) = 25+97+144=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #196190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196190 is #E69E6F. Grayscale: #505050. Windows color (decimal): -15113840 or 9462041. OLE color: 9462041.

HSL color Cylindrical-coordinate representation of color #196190: hue angle of 203.7º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196190 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 97 144 -
CMYK 0.83 0.33 0 0.44
HSL 203.7º 0.7% 0.33% -
HSV(B) 203.7º 0.83% 0.56% -
XYZ 9.71 10.77 27.95 -
YUV 80.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 25 97 144 0.83 0.33 0 0.44 203.7 0.7 0.33
Hex 19 61 90 53 21 0 2C CC 46 21
Octal 31 141 220 123 41 0 54 314 106 41
Binary 11001 1100001 10010000 1010011 100001 0 101100 11001100 1000110 100001

Color Harmonies of #196190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196190

Black with #196190

Text Example


Text Example

White with #196190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196190; }

 p { color: rgb(25,97,144); }

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

background-color css

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

 a { background-color: rgb(25,97,144); }

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

border-color css

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

 span { border-color: rgb(25,97,144); }

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