#093E7B

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

Shades of Dark Cerulean #093E7B

Tints of Dark Cerulean #093E7B

Color information

#093E7B (or 0x093E7B) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3E and 7B. RGB value is (9,62,123). Sum of RGB (Red+Green+Blue) = 9+62+123=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 123 (48.44% from 255 or 63.40% from 194); Max value from RGB is 123 - color contains mainly: blue. Hex color #093E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E7B is #F6C184. Grayscale: #343434. Windows color (decimal): -16171397 or 8076809. OLE color: 8076809.

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

Color convert

RGB962123-
CMYK0.930.5000.52
HSL212.11º86.36%25.88%-
HSV(B)212.11º92.68%48.24%-
XYZ5.414.9319.41-
YUV53.11167.4496.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.64%
GREEN value IS 62 (24.61% from 255) = 31.96%
BLUE value IS 123 (48.44% from 255) = 63.40%
R=4.64%
G=31.96%
B=63.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9621230.930.5000.52212.1186.3625.88
Hex93E7B5D32034d4561a
Octal11761731356206432412632
Binary100111111011110111011101110010011010011010100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,62,123); }

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

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

 a { background-color: rgb(9,62,123); }

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

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

 span { border-color: rgb(9,62,123); }

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