#093F72

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

Shades of Dark Cerulean #093F72

Tints of Dark Cerulean #093F72

Color information

#093F72 (or 0x093F72) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3F and 72. RGB value is (9,63,114). Sum of RGB (Red+Green+Blue) = 9+63+114=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #093F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F72 is #F6C08D. Grayscale: #343434. Windows color (decimal): -16171150 or 7487241. OLE color: 7487241.

HSL color Cylindrical-coordinate representation of color #093F72: hue angle of 209.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093F72 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB963114-
CMYK0.920.4500.55
HSL209.14º85.37%24.12%-
HSV(B)209.14º92.11%44.71%-
XYZ4.934.8316.59-
YUV52.67162.6196.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=4.84%
G=33.87%
B=61.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9631140.920.4500.55209.1485.3724.12
Hex93F725C2D037d15518
Octal11771621345506732112530
Binary100111111111100101011100101101011011111010001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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