Html Css Color HEX #095D9D Cobalt

📋 copy color: '#095D9D'

red 9 ◦ green 93 ◦ blue 157

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

Shades of Cobalt #095D9D

Tints of Cobalt #095D9D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.91%

 BLUE value IS 157 (61.72% from 255) = 60.62%

R = 3.47%
G = 35.91%
B = 60.62%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#095D9D (or 0x095D9D) is known color: Cobalt. HEX triplet: 09, 5D and 9D. RGB value is (9,93,157). Sum of RGB (Red+Green+Blue) = 9+93+157=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #095D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095D9D is #F6A262. Grayscale: #4A4A4A. Windows color (decimal): -16163427 or 10312969. OLE color: 10312969.

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

Color convert

RGB 9 93 157 -
CMYK 0.94 0.41 0 0.38
HSL 205.95º 0.89% 0.33% -
HSV(B) 205.95º 0.94% 0.62% -
XYZ 10.11 10.32 33.36 -
YUV 75.18 174.17 80.8 -
System Red Green Blue C M Y K H S L
Decimal 9 93 157 0.94 0.41 0 0.38 205.95 0.89 0.33
Hex 9 5D 9D 5E 29 0 26 CE 59 21
Octal 11 135 235 136 51 0 46 316 131 41
Binary 1001 1011101 10011101 1011110 101001 0 100110 11001110 1011001 100001

Color Harmonies of #095D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D9D

Black with #095D9D

Text Example


Text Example

White with #095D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,93,157); }

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

background-color css

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

 a { background-color: rgb(9,93,157); }

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

border-color css

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

 span { border-color: rgb(9,93,157); }

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