#095BAA

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

Shades of Cobalt #095BAA

Tints of Cobalt #095BAA

Color information

#095BAA (or 0x095BAA) is unknown color: approx Cobalt. HEX triplet: 09, 5B and AA. RGB value is (9,91,170). Sum of RGB (Red+Green+Blue) = 9+91+170=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #095BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095BAA is #F6A455. Grayscale: #4B4B4B. Windows color (decimal): -16163926 or 11164425. OLE color: 11164425.

HSL color Cylindrical-coordinate representation of color #095BAA: hue angle of 209.44º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095BAA is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB991170-
CMYK0.950.4600.33
HSL209.44º89.94%35.1%-
HSV(B)209.44º94.71%66.67%-
XYZ11.1110.4439.46-
YUV75.49181.3380.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.33%
GREEN value IS 91 (35.94% from 255) = 33.70%
BLUE value IS 170 (66.80% from 255) = 62.96%
R=3.33%
G=33.70%
B=62.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9911700.950.4600.33209.4489.9435.1
Hex95BAA5F2E021d15a23
Octal111332521375604132113243
Binary100110110111010101010111111011100100001110100011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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