#093FAB

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

Shades of Cobalt #093FAB

Tints of Cobalt #093FAB

Color information

#093FAB (or 0x093FAB) is unknown color: approx Cobalt. HEX triplet: 09, 3F and AB. RGB value is (9,63,171). Sum of RGB (Red+Green+Blue) = 9+63+171=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #093FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093FAB is #F6C054. Grayscale: #3A3A3A. Windows color (decimal): -16171093 or 11222793. OLE color: 11222793.

HSL color Cylindrical-coordinate representation of color #093FAB: hue angle of 220º 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 #093FAB is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB963171-
CMYK0.950.6300.33
HSL220º90%35.29%-
HSV(B)220º94.74%67.06%-
XYZ9.246.5539.31-
YUV59.17191.1192.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.70%
GREEN value IS 63 (25% from 255) = 25.93%
BLUE value IS 171 (67.19% from 255) = 70.37%
R=3.70%
G=25.93%
B=70.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9631710.950.6300.332209035.29
Hex93FAB5F3F021dc5a23
Octal11772531377704133413243
Binary10011111111010101110111111111110100001110111001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093FAB; }

 p { color: rgb(9,63,171); }

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

<style>
 a { background-color: #093FAB; }

 a { background-color: rgb(9,63,171); }

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

<style>
 span { border-color: #093FAB; }

 span { border-color: rgb(9,63,171); }

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