#093985

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

Shades of Dark Cerulean #093985

Tints of Dark Cerulean #093985

Color information

#093985 (or 0x093985) is unknown color: approx Dark Cerulean. HEX triplet: 09, 39 and 85. RGB value is (9,57,133). Sum of RGB (Red+Green+Blue) = 9+57+133=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #093985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093985 is #F6C67A. Grayscale: #323232. Windows color (decimal): -16172667 or 8730889. OLE color: 8730889.

HSL color Cylindrical-coordinate representation of color #093985: hue angle of 216.77º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093985 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB957133-
CMYK0.930.5700.48
HSL216.77º87.32%27.84%-
HSV(B)216.77º93.23%52.16%-
XYZ5.814.6822.79-
YUV51.31174.197.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.52%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 133 (52.34% from 255) = 66.83%
R=4.52%
G=28.64%
B=66.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9571330.930.5700.48216.7787.3227.84
Hex939855D39030d9571c
Octal11712051357106033112734
Binary1001111001100001011011101111001011000011011001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093985; }

 p { color: rgb(9,57,133); }

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

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

 a { background-color: rgb(9,57,133); }

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

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

 span { border-color: rgb(9,57,133); }

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