Html Css Color HEX #095096 Cobalt

📋 copy color: '#095096'

red 9 ◦ green 80 ◦ blue 150

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

Shades of Cobalt #095096

Tints of Cobalt #095096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.47%

 BLUE value IS 150 (58.98% from 255) = 62.76%

R = 3.77%
G = 33.47%
B = 62.76%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#095096 (or 0x095096) is known color: Cobalt. HEX triplet: 09, 50 and 96. RGB value is (9,80,150). Sum of RGB (Red+Green+Blue) = 9+80+150=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #095096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095096 is #F6AF69. Grayscale: #424242. Windows color (decimal): -16166762 or 9850889. OLE color: 9850889.

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

Color convert

RGB 9 80 150 -
CMYK 0.94 0.47 0 0.41
HSL 209.79º 0.89% 0.31% -
HSV(B) 209.79º 0.94% 0.59% -
XYZ 8.49 8 29.95 -
YUV 66.75 174.98 86.81 -
System Red Green Blue C M Y K H S L
Decimal 9 80 150 0.94 0.47 0 0.41 209.79 0.89 0.31
Hex 9 50 96 5E 2F 0 29 D2 59 1F
Octal 11 120 226 136 57 0 51 322 131 37
Binary 1001 1010000 10010110 1011110 101111 0 101001 11010010 1011001 11111

Color Harmonies of #095096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095096

Black with #095096

Text Example


Text Example

White with #095096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095096; }

 p { color: rgb(9,80,150); }

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

background-color css

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

 a { background-color: rgb(9,80,150); }

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

border-color css

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

 span { border-color: rgb(9,80,150); }

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