Html Css Color HEX #095E9B Cobalt

📋 copy color: '#095E9B'

red 9 ◦ green 94 ◦ blue 155

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

Shades of Cobalt #095E9B

Tints of Cobalt #095E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.08%

R = 3.49%
G = 36.43%
B = 60.08%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#095E9B (or 0x095E9B) is known color: Cobalt. HEX triplet: 09, 5E and 9B. RGB value is (9,94,155). Sum of RGB (Red+Green+Blue) = 9+94+155=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #095E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E9B is #F6A164. Grayscale: #4B4B4B. Windows color (decimal): -16163173 or 10182153. OLE color: 10182153.

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

Color convert

RGB 9 94 155 -
CMYK 0.94 0.39 0 0.39
HSL 205.07º 0.89% 0.32% -
HSV(B) 205.07º 0.94% 0.61% -
XYZ 10.03 10.43 32.49 -
YUV 75.54 172.84 80.54 -
System Red Green Blue C M Y K H S L
Decimal 9 94 155 0.94 0.39 0 0.39 205.07 0.89 0.32
Hex 9 5E 9B 5E 27 0 27 CD 59 20
Octal 11 136 233 136 47 0 47 315 131 40
Binary 1001 1011110 10011011 1011110 100111 0 100111 11001101 1011001 100000

Color Harmonies of #095E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E9B

Black with #095E9B

Text Example


Text Example

White with #095E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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