Html Css Color HEX #196290 Endeavour

📋 copy color: '#196290'

red 25 ◦ green 98 ◦ blue 144

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

Shades of Endeavour #196290

Tints of Endeavour #196290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

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

R = 9.36%
G = 36.7%
B = 53.93%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#196290 (or 0x196290) is known color: Endeavour. HEX triplet: 19, 62 and 90. RGB value is (25,98,144). Sum of RGB (Red+Green+Blue) = 25+98+144=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #196290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196290 is #E69D6F. Grayscale: #515151. Windows color (decimal): -15113584 or 9462297. OLE color: 9462297.

HSL color Cylindrical-coordinate representation of color #196290: hue angle of 203.19º 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 #196290 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 98 144 -
CMYK 0.83 0.32 0 0.44
HSL 203.19º 0.7% 0.33% -
HSV(B) 203.19º 0.83% 0.56% -
XYZ 9.8 10.96 27.98 -
YUV 81.42 163.32 87.76 -
System Red Green Blue C M Y K H S L
Decimal 25 98 144 0.83 0.32 0 0.44 203.19 0.7 0.33
Hex 19 62 90 53 20 0 2C CB 46 21
Octal 31 142 220 123 40 0 54 313 106 41
Binary 11001 1100010 10010000 1010011 100000 0 101100 11001011 1000110 100001

Color Harmonies of #196290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196290

Black with #196290

Text Example


Text Example

White with #196290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196290; }

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

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

background-color css

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

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

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

border-color css

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

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

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