Html Css Color HEX #095E9C Cobalt

📋 copy color: '#095E9C'

red 9 ◦ green 94 ◦ blue 156

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

Shades of Cobalt #095E9C

Tints of Cobalt #095E9C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.29%

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

R = 3.47%
G = 36.29%
B = 60.23%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#095E9C (or 0x095E9C) is known color: Cobalt. HEX triplet: 09, 5E and 9C. RGB value is (9,94,156). Sum of RGB (Red+Green+Blue) = 9+94+156=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #095E9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E9C is #F6A163. Grayscale: #4B4B4B. Windows color (decimal): -16163172 or 10247689. OLE color: 10247689.

HSL color Cylindrical-coordinate representation of color #095E9C: hue angle of 205.31º 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 #095E9C is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 94 156 -
CMYK 0.94 0.40 0 0.39
HSL 205.31º 0.89% 0.32% -
HSV(B) 205.31º 0.94% 0.61% -
XYZ 10.12 10.46 32.94 -
YUV 75.65 173.34 80.46 -
System Red Green Blue C M Y K H S L
Decimal 9 94 156 0.94 0.40 0 0.39 205.31 0.89 0.32
Hex 9 5E 9C 5E 28 0 27 CD 59 20
Octal 11 136 234 136 50 0 47 315 131 40
Binary 1001 1011110 10011100 1011110 101000 0 100111 11001101 1011001 100000

Color Harmonies of #095E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E9C

Black with #095E9C

Text Example


Text Example

White with #095E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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