Html Css Color HEX #196598 Endeavour

📋 copy color: '#196598'

red 25 ◦ green 101 ◦ blue 152

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

Shades of Endeavour #196598

Tints of Endeavour #196598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

 BLUE value IS 152 (59.77% from 255) = 54.68%

R = 8.99%
G = 36.33%
B = 54.68%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#196598 (or 0x196598) is known color: Endeavour. HEX triplet: 19, 65 and 98. RGB value is (25,101,152). Sum of RGB (Red+Green+Blue) = 25+101+152=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #196598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196598 is #E69A67. Grayscale: #535353. Windows color (decimal): -15112808 or 9987353. OLE color: 9987353.

HSL color Cylindrical-coordinate representation of color #196598: hue angle of 204.09º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196598 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 101 152 -
CMYK 0.84 0.34 0 0.40
HSL 204.09º 0.72% 0.35% -
HSV(B) 204.09º 0.84% 0.6% -
XYZ 10.72 11.78 31.41 -
YUV 84.09 166.32 85.85 -
System Red Green Blue C M Y K H S L
Decimal 25 101 152 0.84 0.34 0 0.40 204.09 0.72 0.35
Hex 19 65 98 54 22 0 28 CC 48 23
Octal 31 145 230 124 42 0 50 314 110 43
Binary 11001 1100101 10011000 1010100 100010 0 101000 11001100 1001000 100011

Color Harmonies of #196598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196598

Black with #196598

Text Example


Text Example

White with #196598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196598; }

 p { color: rgb(25,101,152); }

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

background-color css

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

 a { background-color: rgb(25,101,152); }

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

border-color css

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

 span { border-color: rgb(25,101,152); }

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