#093C8B

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

Shades of Dark Cerulean #093C8B

Tints of Dark Cerulean #093C8B

Color information

#093C8B (or 0x093C8B) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3C and 8B. RGB value is (9,60,139). Sum of RGB (Red+Green+Blue) = 9+60+139=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #093C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C8B is #F6C374. Grayscale: #353535. Windows color (decimal): -16171893 or 9124873. OLE color: 9124873.

HSL color Cylindrical-coordinate representation of color #093C8B: hue angle of 216.46º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093C8B is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB960139-
CMYK0.940.5700.45
HSL216.46º87.84%29.02%-
HSV(B)216.46º93.53%54.51%-
XYZ6.395.1525.08-
YUV53.76176.196.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 60 (23.83% from 255) = 28.85%
BLUE value IS 139 (54.69% from 255) = 66.83%
R=4.33%
G=28.85%
B=66.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9601390.940.5700.45216.4687.8429.02
Hex93C8B5E3902Dd8581d
Octal11742131367105533013035
Binary1001111100100010111011110111001010110111011000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,60,139); }

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

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

 a { background-color: rgb(9,60,139); }

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

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

 span { border-color: rgb(9,60,139); }

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