Html Css Color HEX #095B9F Cobalt

📋 copy color: '#095B9F'

red 9 ◦ green 91 ◦ blue 159

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

Shades of Cobalt #095B9F

Tints of Cobalt #095B9F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.14%

 BLUE value IS 159 (62.5% from 255) = 61.39%

R = 3.47%
G = 35.14%
B = 61.39%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#095B9F (or 0x095B9F) is known color: Cobalt. HEX triplet: 09, 5B and 9F. RGB value is (9,91,159). Sum of RGB (Red+Green+Blue) = 9+91+159=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #095B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095B9F is #F6A460. Grayscale: #494949. Windows color (decimal): -16163937 or 10443529. OLE color: 10443529.

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

Color convert

RGB 9 91 159 -
CMYK 0.94 0.43 0 0.38
HSL 207.2º 0.89% 0.33% -
HSV(B) 207.2º 0.94% 0.62% -
XYZ 10.11 10.04 34.21 -
YUV 74.23 175.83 81.47 -
System Red Green Blue C M Y K H S L
Decimal 9 91 159 0.94 0.43 0 0.38 207.2 0.89 0.33
Hex 9 5B 9F 5E 2B 0 26 CF 59 21
Octal 11 133 237 136 53 0 46 317 131 41
Binary 1001 1011011 10011111 1011110 101011 0 100110 11001111 1011001 100001

Color Harmonies of #095B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B9F

Black with #095B9F

Text Example


Text Example

White with #095B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,91,159); }

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

background-color css

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

 a { background-color: rgb(9,91,159); }

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

border-color css

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

 span { border-color: rgb(9,91,159); }

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