Html Css Color HEX #196392 Endeavour

📋 copy color: '#196392'

red 25 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #196392

Tints of Endeavour #196392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

 BLUE value IS 146 (57.42% from 255) = 54.07%

R = 9.26%
G = 36.67%
B = 54.07%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#196392 (or 0x196392) is known color: Endeavour. HEX triplet: 19, 63 and 92. RGB value is (25,99,146). Sum of RGB (Red+Green+Blue) = 25+99+146=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #196392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196392 is #E69C6D. Grayscale: #515151. Windows color (decimal): -15113326 or 9593625. OLE color: 9593625.

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

Color convert

RGB 25 99 146 -
CMYK 0.83 0.32 0 0.43
HSL 203.31º 0.71% 0.34% -
HSV(B) 203.31º 0.83% 0.57% -
XYZ 10.05 11.21 28.83 -
YUV 82.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 25 99 146 0.83 0.32 0 0.43 203.31 0.71 0.34
Hex 19 63 92 53 20 0 2B CB 47 22
Octal 31 143 222 123 40 0 53 313 107 42
Binary 11001 1100011 10010010 1010011 100000 0 101011 11001011 1000111 100010

Color Harmonies of #196392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196392

Black with #196392

Text Example


Text Example

White with #196392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196392; }

 p { color: rgb(25,99,146); }

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

background-color css

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

 a { background-color: rgb(25,99,146); }

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

border-color css

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

 span { border-color: rgb(25,99,146); }

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