#093080

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

Shades of Dark Cerulean #093080

Tints of Dark Cerulean #093080

Color information

#093080 (or 0x093080) is unknown color: approx Dark Cerulean. HEX triplet: 09, 30 and 80. RGB value is (9,48,128). Sum of RGB (Red+Green+Blue) = 9+48+128=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 128 (50.39% from 255 or 69.19% from 185); Max value from RGB is 128 - color contains mainly: blue. Hex color #093080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093080 is #F6CF7F. Grayscale: #2D2D2D. Windows color (decimal): -16174976 or 8400905. OLE color: 8400905.

HSL color Cylindrical-coordinate representation of color #093080: hue angle of 220.34º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093080 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB948128-
CMYK0.930.6200.50
HSL220.34º86.86%26.86%-
HSV(B)220.34º92.97%50.2%-
XYZ5.073.7320.88-
YUV45.46174.58102-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 128 (50.39% from 255) = 69.19%
R=4.86%
G=25.95%
B=69.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9481280.930.6200.50220.3486.8626.86
Hex930805D3E032dc571b
Octal11602001357606233412733
Binary1001110000100000001011101111110011001011011100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093080; }

 p { color: rgb(9,48,128); }

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

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

 a { background-color: rgb(9,48,128); }

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

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

 span { border-color: rgb(9,48,128); }

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