#093C8A

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

Shades of Dark Cerulean #093C8A

Tints of Dark Cerulean #093C8A

Color information

#093C8A (or 0x093C8A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3C and 8A. RGB value is (9,60,138). Sum of RGB (Red+Green+Blue) = 9+60+138=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #093C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C8A is #F6C375. Grayscale: #353535. Windows color (decimal): -16171894 or 9059337. OLE color: 9059337.

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

Color convert

RGB960138-
CMYK0.930.5700.46
HSL216.28º87.76%28.82%-
HSV(B)216.28º93.48%54.12%-
XYZ6.325.1224.7-
YUV53.64175.696.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 60 (23.83% from 255) = 28.99%
BLUE value IS 138 (54.30% from 255) = 66.67%
R=4.35%
G=28.99%
B=66.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9601380.930.5700.46216.2887.7628.82
Hex93C8A5D3902Ed8581d
Octal11742121357105633013035
Binary1001111100100010101011101111001010111011011000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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