#093F8A

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

Shades of Dark Cerulean #093F8A

Tints of Dark Cerulean #093F8A

Color information

#093F8A (or 0x093F8A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3F and 8A. RGB value is (9,63,138). Sum of RGB (Red+Green+Blue) = 9+63+138=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #093F8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093F8A is #F6C075. Grayscale: #373737. Windows color (decimal): -16171126 or 9060105. OLE color: 9060105.

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

Color convert

RGB963138-
CMYK0.930.5400.46
HSL214.88º87.76%28.82%-
HSV(B)214.88º93.48%54.12%-
XYZ6.485.4524.75-
YUV55.4174.6194.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.29%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 138 (54.30% from 255) = 65.71%
R=4.29%
G=30%
B=65.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9631380.930.5400.46214.8887.7628.82
Hex93F8A5D3602Ed7581d
Octal11772121356605632713035
Binary1001111111100010101011101110110010111011010111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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