#09428A

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

Shades of Dark Cerulean #09428A

Tints of Dark Cerulean #09428A

Color information

#09428A (or 0x09428A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 42 and 8A. RGB value is (9,66,138). Sum of RGB (Red+Green+Blue) = 9+66+138=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #09428A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09428A is #F6BD75. Grayscale: #383838. Windows color (decimal): -16170358 or 9060873. OLE color: 9060873.

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

Color convert

RGB966138-
CMYK0.930.5200.46
HSL213.49º87.76%28.82%-
HSV(B)213.49º93.48%54.12%-
XYZ6.655.7924.81-
YUV57.16173.6293.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 138 (54.30% from 255) = 64.79%
R=4.23%
G=30.99%
B=64.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9661380.930.5200.46213.4987.7628.82
Hex9428A5D3402Ed5581d
Octal111022121356405632513035
Binary10011000010100010101011101110100010111011010101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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