Html Css Color HEX #196698 Endeavour

📋 copy color: '#196698'

red 25 ◦ green 102 ◦ blue 152

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

Shades of Endeavour #196698

Tints of Endeavour #196698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.56%

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

R = 8.96%
G = 36.56%
B = 54.48%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#196698 (or 0x196698) is known color: Endeavour. HEX triplet: 19, 66 and 98. RGB value is (25,102,152). Sum of RGB (Red+Green+Blue) = 25+102+152=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #196698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196698 is #E69967. Grayscale: #545454. Windows color (decimal): -15112552 or 9987609. OLE color: 9987609.

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

Color convert

RGB 25 102 152 -
CMYK 0.84 0.33 0 0.40
HSL 203.62º 0.72% 0.35% -
HSV(B) 203.62º 0.84% 0.6% -
XYZ 10.82 11.98 31.45 -
YUV 84.68 165.99 85.43 -
System Red Green Blue C M Y K H S L
Decimal 25 102 152 0.84 0.33 0 0.40 203.62 0.72 0.35
Hex 19 66 98 54 21 0 28 CC 48 23
Octal 31 146 230 124 41 0 50 314 110 43
Binary 11001 1100110 10011000 1010100 100001 0 101000 11001100 1001000 100011

Color Harmonies of #196698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196698

Black with #196698

Text Example


Text Example

White with #196698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196698; }

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

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

background-color css

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

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

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

border-color css

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

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

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