Html Css Color HEX #095C9E Cobalt

📋 copy color: '#095C9E'

red 9 ◦ green 92 ◦ blue 158

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

Shades of Cobalt #095C9E

Tints of Cobalt #095C9E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.52%

 BLUE value IS 158 (62.11% from 255) = 61%

R = 3.47%
G = 35.52%
B = 61%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#095C9E (or 0x095C9E) is known color: Cobalt. HEX triplet: 09, 5C and 9E. RGB value is (9,92,158). Sum of RGB (Red+Green+Blue) = 9+92+158=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #095C9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095C9E is #F6A361. Grayscale: #4A4A4A. Windows color (decimal): -16163682 or 10378249. OLE color: 10378249.

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

Color convert

RGB 9 92 158 -
CMYK 0.94 0.42 0 0.38
HSL 206.58º 0.89% 0.33% -
HSV(B) 206.58º 0.94% 0.62% -
XYZ 10.11 10.18 33.78 -
YUV 74.71 175 81.13 -
System Red Green Blue C M Y K H S L
Decimal 9 92 158 0.94 0.42 0 0.38 206.58 0.89 0.33
Hex 9 5C 9E 5E 2A 0 26 CF 59 21
Octal 11 134 236 136 52 0 46 317 131 41
Binary 1001 1011100 10011110 1011110 101010 0 100110 11001111 1011001 100001

Color Harmonies of #095C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C9E

Black with #095C9E

Text Example


Text Example

White with #095C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,92,158); }

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

background-color css

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

 a { background-color: rgb(9,92,158); }

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

border-color css

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

 span { border-color: rgb(9,92,158); }

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