#093D7B

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

Shades of Dark Cerulean #093D7B

Tints of Dark Cerulean #093D7B

Color information

#093D7B (or 0x093D7B) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3D and 7B. RGB value is (9,61,123). Sum of RGB (Red+Green+Blue) = 9+61+123=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #093D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D7B is #F6C284. Grayscale: #343434. Windows color (decimal): -16171653 or 8076553. OLE color: 8076553.

HSL color Cylindrical-coordinate representation of color #093D7B: hue angle of 212.63º 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 #093D7B is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB961123-
CMYK0.930.5000.52
HSL212.63º86.36%25.88%-
HSV(B)212.63º92.68%48.24%-
XYZ5.364.8319.39-
YUV52.52167.7796.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.66%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 123 (48.44% from 255) = 63.73%
R=4.66%
G=31.61%
B=63.73%

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
Decimal9611230.930.5000.52212.6386.3625.88
Hex93D7B5D32034d5561a
Octal11751731356206432512632
Binary100111110111110111011101110010011010011010101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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