#095A9B

Color #095A9B Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #095A9B

Tints of Cobalt #095A9B

Color information

#095A9B (or 0x095A9B) is unknown color: approx Cobalt. HEX triplet: 09, 5A and 9B. RGB value is (9,90,155). Sum of RGB (Red+Green+Blue) = 9+90+155=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #095A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095A9B is #F6A564. Grayscale: #484848. Windows color (decimal): -16164197 or 10181129. OLE color: 10181129.

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

Color convert

RGB990155-
CMYK0.940.4200.39
HSL206.71º89.02%32.16%-
HSV(B)206.71º94.19%60.78%-
XYZ9.699.7432.38-
YUV73.19174.1682.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.54%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 155 (60.94% from 255) = 61.02%
R=3.54%
G=35.43%
B=61.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9901550.940.4200.39206.7189.0232.16
Hex95A9B5E2A027cf5920
Octal111322331365204731713140
Binary100110110101001101110111101010100100111110011111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #095A9B;
 }
 .AnyTagClassName
 {
   color: #095A9B;
 }
</style>
background-color css

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

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

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

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

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

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