#09518D

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

Shades of Dark Cerulean #09518D

Tints of Dark Cerulean #09518D

Color information

#09518D (or 0x09518D) is unknown color: approx Dark Cerulean. HEX triplet: 09, 51 and 8D. RGB value is (9,81,141). Sum of RGB (Red+Green+Blue) = 9+81+141=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #09518D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09518D is #F6AE72. Grayscale: #424242. Windows color (decimal): -16166515 or 9261321. OLE color: 9261321.

HSL color Cylindrical-coordinate representation of color #09518D: hue angle of 207.27º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09518D is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB981141-
CMYK0.940.4300.45
HSL207.27º88%29.41%-
HSV(B)207.27º93.62%55.29%-
XYZ7.867.8726.3-
YUV66.31170.1587.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.90%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 141 (55.47% from 255) = 61.04%
R=3.90%
G=35.06%
B=61.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9811410.940.4300.45207.278829.41
Hex9518D5E2B02Dcf581d
Octal111212151365305531713035
Binary10011010001100011011011110101011010110111001111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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