Html Css Color HEX #095B9C Cobalt

📋 copy color: '#095B9C'

red 9 ◦ green 91 ◦ blue 156

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

Shades of Cobalt #095B9C

Tints of Cobalt #095B9C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

 BLUE value IS 156 (61.33% from 255) = 60.94%

R = 3.52%
G = 35.55%
B = 60.94%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#095B9C (or 0x095B9C) is known color: Cobalt. HEX triplet: 09, 5B and 9C. RGB value is (9,91,156). Sum of RGB (Red+Green+Blue) = 9+91+156=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #095B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095B9C is #F6A463. Grayscale: #494949. Windows color (decimal): -16163940 or 10246921. OLE color: 10246921.

HSL color Cylindrical-coordinate representation of color #095B9C: hue angle of 206.53º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095B9C is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 91 156 -
CMYK 0.94 0.42 0 0.39
HSL 206.53º 0.89% 0.32% -
HSV(B) 206.53º 0.94% 0.61% -
XYZ 9.85 9.94 32.85 -
YUV 73.89 174.33 81.71 -
System Red Green Blue C M Y K H S L
Decimal 9 91 156 0.94 0.42 0 0.39 206.53 0.89 0.32
Hex 9 5B 9C 5E 2A 0 27 CF 59 20
Octal 11 133 234 136 52 0 47 317 131 40
Binary 1001 1011011 10011100 1011110 101010 0 100111 11001111 1011001 100000

Color Harmonies of #095B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B9C

Black with #095B9C

Text Example


Text Example

White with #095B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095B9C; }

 p { color: rgb(9,91,156); }

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

background-color css

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

 a { background-color: rgb(9,91,156); }

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

border-color css

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

 span { border-color: rgb(9,91,156); }

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