#093F6F

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

Shades of Dark Cerulean #093F6F

Tints of Dark Cerulean #093F6F

Color information

#093F6F (or 0x093F6F) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3F and 6F. RGB value is (9,63,111). Sum of RGB (Red+Green+Blue) = 9+63+111=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #093F6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F6F is #F6C090. Grayscale: #343434. Windows color (decimal): -16171153 or 7290633. OLE color: 7290633.

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

Color convert

RGB963111-
CMYK0.920.4300.56
HSL208.24º85%23.53%-
HSV(B)208.24º91.89%43.53%-
XYZ4.764.7615.71-
YUV52.33161.1197.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.92%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 111 (43.75% from 255) = 60.66%
R=4.92%
G=34.43%
B=60.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9631110.920.4300.56208.248523.53
Hex93F6F5C2B038d05518
Octal11771571345307032012530
Binary100111111111011111011100101011011100011010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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