Html Css Color HEX #196090 Endeavour

📋 copy color: '#196090'

red 25 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #196090

Tints of Endeavour #196090

RGB

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

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

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

R = 9.43%
G = 36.23%
B = 54.34%

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

#196090 (or 0x196090) is known color: Endeavour. HEX triplet: 19, 60 and 90. RGB value is (25,96,144). Sum of RGB (Red+Green+Blue) = 25+96+144=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #196090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196090 is #E69F6F. Grayscale: #4F4F4F. Windows color (decimal): -15114096 or 9461785. OLE color: 9461785.

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

Color convert

RGB 25 96 144 -
CMYK 0.83 0.33 0 0.44
HSL 204.2º 0.7% 0.33% -
HSV(B) 204.2º 0.83% 0.56% -
XYZ 9.62 10.59 27.92 -
YUV 80.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 25 96 144 0.83 0.33 0 0.44 204.2 0.7 0.33
Hex 19 60 90 53 21 0 2C CC 46 21
Octal 31 140 220 123 41 0 54 314 106 41
Binary 11001 1100000 10010000 1010011 100001 0 101100 11001100 1000110 100001

Color Harmonies of #196090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196090

Black with #196090

Text Example


Text Example

White with #196090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196090; }

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

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

background-color css

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

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

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

border-color css

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

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

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