#093B7D

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

Shades of Dark Cerulean #093B7D

Tints of Dark Cerulean #093B7D

Color information

#093B7D (or 0x093B7D) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3B and 7D. RGB value is (9,59,125). Sum of RGB (Red+Green+Blue) = 9+59+125=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #093B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093B7D is #F6C482. Grayscale: #333333. Windows color (decimal): -16172163 or 8207113. OLE color: 8207113.

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

Color convert

RGB959125-
CMYK0.930.5300.51
HSL214.14º86.57%26.27%-
HSV(B)214.14º92.8%49.02%-
XYZ5.384.6720.02-
YUV51.57169.4497.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.66%
GREEN value IS 59 (23.44% from 255) = 30.57%
BLUE value IS 125 (49.22% from 255) = 64.77%
R=4.66%
G=30.57%
B=64.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9591250.930.5300.51214.1486.5726.27
Hex93B7D5D35033d6571a
Octal11731751356506332612732
Binary100111101111111011011101110101011001111010110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,59,125); }

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

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

 a { background-color: rgb(9,59,125); }

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

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

 span { border-color: rgb(9,59,125); }

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