Html Css Color HEX #095F9D Cobalt

📋 copy color: '#095F9D'

red 9 ◦ green 95 ◦ blue 157

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

Shades of Cobalt #095F9D

Tints of Cobalt #095F9D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.4%

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

R = 3.45%
G = 36.4%
B = 60.15%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#095F9D (or 0x095F9D) is known color: Cobalt. HEX triplet: 09, 5F and 9D. RGB value is (9,95,157). Sum of RGB (Red+Green+Blue) = 9+95+157=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #095F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095F9D is #F6A062. Grayscale: #4C4C4C. Windows color (decimal): -16162915 or 10313481. OLE color: 10313481.

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

Color convert

RGB 9 95 157 -
CMYK 0.94 0.39 0 0.38
HSL 205.14º 0.89% 0.33% -
HSV(B) 205.14º 0.94% 0.62% -
XYZ 10.29 10.68 33.42 -
YUV 76.35 173.51 79.96 -
System Red Green Blue C M Y K H S L
Decimal 9 95 157 0.94 0.39 0 0.38 205.14 0.89 0.33
Hex 9 5F 9D 5E 27 0 26 CD 59 21
Octal 11 137 235 136 47 0 46 315 131 41
Binary 1001 1011111 10011101 1011110 100111 0 100110 11001101 1011001 100001

Color Harmonies of #095F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F9D

Black with #095F9D

Text Example


Text Example

White with #095F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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