#09488B

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

Shades of Dark Cerulean #09488B

Tints of Dark Cerulean #09488B

Color information

#09488B (or 0x09488B) is unknown color: approx Dark Cerulean. HEX triplet: 09, 48 and 8B. RGB value is (9,72,139). Sum of RGB (Red+Green+Blue) = 9+72+139=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #09488B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09488B is #F6B774. Grayscale: #3C3C3C. Windows color (decimal): -16168821 or 9127945. OLE color: 9127945.

HSL color Cylindrical-coordinate representation of color #09488B: hue angle of 210.92º 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 #09488B is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB972139-
CMYK0.940.4800.45
HSL210.92º87.84%29.02%-
HSV(B)210.92º93.53%54.51%-
XYZ7.096.5625.32-
YUV60.8172.1391.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 139 (54.69% from 255) = 63.18%
R=4.09%
G=32.73%
B=63.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9721390.940.4800.45210.9287.8429.02
Hex9488B5E3002Dd3581d
Octal111102131366005532313035
Binary10011001000100010111011110110000010110111010011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09488B; }

 p { color: rgb(9,72,139); }

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

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

 a { background-color: rgb(9,72,139); }

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

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

 span { border-color: rgb(9,72,139); }

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