#093280

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

Shades of Dark Cerulean #093280

Tints of Dark Cerulean #093280

Color information

#093280 (or 0x093280) is unknown color: approx Dark Cerulean. HEX triplet: 09, 32 and 80. RGB value is (9,50,128). Sum of RGB (Red+Green+Blue) = 9+50+128=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 128 (50.39% from 255 or 68.45% from 187); Max value from RGB is 128 - color contains mainly: blue. Hex color #093280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093280 is #F6CD7F. Grayscale: #2E2E2E. Windows color (decimal): -16174464 or 8401417. OLE color: 8401417.

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

Color convert

RGB950128-
CMYK0.930.6100.50
HSL219.33º86.86%26.86%-
HSV(B)219.33º92.97%50.2%-
XYZ5.153.920.9-
YUV46.63173.92101.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 128 (50.39% from 255) = 68.45%
R=4.81%
G=26.74%
B=68.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9501280.930.6100.50219.3386.8626.86
Hex932805D3D032db571b
Octal11622001357506233312733
Binary1001110010100000001011101111101011001011011011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093280; }

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

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

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

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

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

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

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

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