#093F85

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

Shades of Dark Cerulean #093F85

Tints of Dark Cerulean #093F85

Color information

#093F85 (or 0x093F85) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3F and 85. RGB value is (9,63,133). Sum of RGB (Red+Green+Blue) = 9+63+133=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #093F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093F85 is #F6C07A. Grayscale: #363636. Windows color (decimal): -16171131 or 8732425. OLE color: 8732425.

HSL color Cylindrical-coordinate representation of color #093F85: hue angle of 213.87º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093F85 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB963133-
CMYK0.930.5300.48
HSL213.87º87.32%27.84%-
HSV(B)213.87º93.23%52.16%-
XYZ6.125.3122.89-
YUV54.83172.1195.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 63 (25% from 255) = 30.73%
BLUE value IS 133 (52.34% from 255) = 64.88%
R=4.39%
G=30.73%
B=64.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9631330.930.5300.48213.8787.3227.84
Hex93F855D35030d6571c
Octal11772051356506032612734
Binary1001111111100001011011101110101011000011010110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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