#093F7F

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

Shades of Dark Cerulean #093F7F

Tints of Dark Cerulean #093F7F

Color information

#093F7F (or 0x093F7F) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3F and 7F. RGB value is (9,63,127). Sum of RGB (Red+Green+Blue) = 9+63+127=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #093F7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F7F is #F6C080. Grayscale: #353535. Windows color (decimal): -16171137 or 8339209. OLE color: 8339209.

HSL color Cylindrical-coordinate representation of color #093F7F: hue angle of 212.54º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093F7F is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB963127-
CMYK0.930.5000.50
HSL212.54º86.76%26.67%-
HSV(B)212.54º92.91%49.8%-
XYZ5.725.1520.77-
YUV54.15169.1195.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.52%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 127 (50% from 255) = 63.82%
R=4.52%
G=31.66%
B=63.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9631270.930.5000.50212.5486.7626.67
Hex93F7F5D32032d5571b
Octal11771771356206232512733
Binary100111111111111111011101110010011001011010101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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