Html Css Color HEX #095998 Cobalt

📋 copy color: '#095998'

red 9 ◦ green 89 ◦ blue 152

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

Shades of Cobalt #095998

Tints of Cobalt #095998

RGB

 RED value IS 9 (3.91% from 255) = 3.6%

 GREEN value IS 89 (35.16% from 255) = 35.6%

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

R = 3.6%
G = 35.6%
B = 60.8%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#095998 (or 0x095998) is known color: Cobalt. HEX triplet: 09, 59 and 98. RGB value is (9,89,152). Sum of RGB (Red+Green+Blue) = 9+89+152=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #095998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095998 is #F6A667. Grayscale: #474747. Windows color (decimal): -16164456 or 9984265. OLE color: 9984265.

HSL color Cylindrical-coordinate representation of color #095998: hue angle of 206.43º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095998 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 89 152 -
CMYK 0.94 0.41 0 0.40
HSL 206.43º 0.89% 0.32% -
HSV(B) 206.43º 0.94% 0.6% -
XYZ 9.35 9.47 31.04 -
YUV 72.26 173 82.88 -
System Red Green Blue C M Y K H S L
Decimal 9 89 152 0.94 0.41 0 0.40 206.43 0.89 0.32
Hex 9 59 98 5E 29 0 28 CE 59 20
Octal 11 131 230 136 51 0 50 316 131 40
Binary 1001 1011001 10011000 1011110 101001 0 101000 11001110 1011001 100000

Color Harmonies of #095998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095998

Black with #095998

Text Example


Text Example

White with #095998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095998; }

 p { color: rgb(9,89,152); }

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

background-color css

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

 a { background-color: rgb(9,89,152); }

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

border-color css

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

 span { border-color: rgb(9,89,152); }

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