Html Css Color HEX #196694 Endeavour

📋 copy color: '#196694'

red 25 ◦ green 102 ◦ blue 148

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

Shades of Endeavour #196694

Tints of Endeavour #196694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.82%

R = 9.09%
G = 37.09%
B = 53.82%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#196694 (or 0x196694) is known color: Endeavour. HEX triplet: 19, 66 and 94. RGB value is (25,102,148). Sum of RGB (Red+Green+Blue) = 25+102+148=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #196694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196694 is #E6996B. Grayscale: #535353. Windows color (decimal): -15112556 or 9725465. OLE color: 9725465.

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

Color convert

RGB 25 102 148 -
CMYK 0.83 0.31 0 0.42
HSL 202.44º 0.71% 0.34% -
HSV(B) 202.44º 0.83% 0.58% -
XYZ 10.5 11.85 29.75 -
YUV 84.22 163.99 85.76 -
System Red Green Blue C M Y K H S L
Decimal 25 102 148 0.83 0.31 0 0.42 202.44 0.71 0.34
Hex 19 66 94 53 1F 0 2A CA 47 22
Octal 31 146 224 123 37 0 52 312 107 42
Binary 11001 1100110 10010100 1010011 11111 0 101010 11001010 1000111 100010

Color Harmonies of #196694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196694

Black with #196694

Text Example


Text Example

White with #196694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196694; }

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

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

background-color css

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

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

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

border-color css

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

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

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