#093685

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

Shades of Dark Cerulean #093685

Tints of Dark Cerulean #093685

Color information

#093685 (or 0x093685) is unknown color: approx Dark Cerulean. HEX triplet: 09, 36 and 85. RGB value is (9,54,133). Sum of RGB (Red+Green+Blue) = 9+54+133=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #093685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093685 is #F6C97A. Grayscale: #313131. Windows color (decimal): -16173435 or 8730121. OLE color: 8730121.

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

Color convert

RGB954133-
CMYK0.930.5900.48
HSL218.23º87.32%27.84%-
HSV(B)218.23º93.23%52.16%-
XYZ5.674.3922.74-
YUV49.55175.0999.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 133 (52.34% from 255) = 67.86%
R=4.59%
G=27.55%
B=67.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9541330.930.5900.48218.2387.3227.84
Hex936855D3B030da571c
Octal11662051357306033212734
Binary1001110110100001011011101111011011000011011010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093685; }

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

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

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

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

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

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

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

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