#093FB4

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

Shades of Cobalt #093FB4

Tints of Cobalt #093FB4

Color information

#093FB4 (or 0x093FB4) is unknown color: approx Cobalt. HEX triplet: 09, 3F and B4. RGB value is (9,63,180). Sum of RGB (Red+Green+Blue) = 9+63+180=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 180 (70.70% from 255 or 71.43% from 252); Max value from RGB is 180 - color contains mainly: blue. Hex color #093FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FB4 is #F6C04B. Grayscale: #3B3B3B. Windows color (decimal): -16171084 or 11812617. OLE color: 11812617.

HSL color Cylindrical-coordinate representation of color #093FB4: hue angle of 221.05º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093FB4 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB963180-
CMYK0.950.6500.29
HSL221.05º90.48%37.06%-
HSV(B)221.05º95%70.59%-
XYZ10.136.9143.98-
YUV60.19195.6191.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.57%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 180 (70.70% from 255) = 71.43%
R=3.57%
G=25%
B=71.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9631800.950.6500.29221.0590.4837.06
Hex93FB45F4101Ddd5a25
Octal117726413710103533513245
Binary10011111111011010010111111000001011101110111011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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