#09518A

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

Shades of Dark Cerulean #09518A

Tints of Dark Cerulean #09518A

Color information

#09518A (or 0x09518A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 51 and 8A. RGB value is (9,81,138). Sum of RGB (Red+Green+Blue) = 9+81+138=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #09518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09518A is #F6AE75. Grayscale: #414141. Windows color (decimal): -16166518 or 9064713. OLE color: 9064713.

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

Color convert

RGB981138-
CMYK0.930.4100.46
HSL206.51º87.76%28.82%-
HSV(B)206.51º93.48%54.12%-
XYZ7.647.7825.14-
YUV65.97168.6587.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.95%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 138 (54.30% from 255) = 60.53%
R=3.95%
G=35.53%
B=60.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9811380.930.4100.46206.5187.7628.82
Hex9518A5D2902Ecf581d
Octal111212121355105631713035
Binary10011010001100010101011101101001010111011001111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09518A; }

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

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

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

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

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

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

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

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