Html Css Color HEX #196098 Endeavour

📋 copy color: '#196098'

red 25 ◦ green 96 ◦ blue 152

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

Shades of Endeavour #196098

Tints of Endeavour #196098

RGB

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

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

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

R = 9.16%
G = 35.16%
B = 55.68%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#196098 (or 0x196098) is known color: Endeavour. HEX triplet: 19, 60 and 98. RGB value is (25,96,152). Sum of RGB (Red+Green+Blue) = 25+96+152=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #196098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196098 is #E69F67. Grayscale: #505050. Windows color (decimal): -15114088 or 9986073. OLE color: 9986073.

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

Color convert

RGB 25 96 152 -
CMYK 0.84 0.37 0 0.40
HSL 206.46º 0.72% 0.35% -
HSV(B) 206.46º 0.84% 0.6% -
XYZ 10.25 10.84 31.26 -
YUV 81.16 167.98 87.95 -
System Red Green Blue C M Y K H S L
Decimal 25 96 152 0.84 0.37 0 0.40 206.46 0.72 0.35
Hex 19 60 98 54 25 0 28 CE 48 23
Octal 31 140 230 124 45 0 50 316 110 43
Binary 11001 1100000 10011000 1010100 100101 0 101000 11001110 1001000 100011

Color Harmonies of #196098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196098

Black with #196098

Text Example


Text Example

White with #196098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196098; }

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

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

background-color css

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

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

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

border-color css

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

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

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