#09468A

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

Shades of Dark Cerulean #09468A

Tints of Dark Cerulean #09468A

Color information

#09468A (or 0x09468A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 46 and 8A. RGB value is (9,70,138). Sum of RGB (Red+Green+Blue) = 9+70+138=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #09468A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09468A is #F6B975. Grayscale: #3B3B3B. Windows color (decimal): -16169334 or 9061897. OLE color: 9061897.

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

Color convert

RGB970138-
CMYK0.930.4900.46
HSL211.63º87.76%28.82%-
HSV(B)211.63º93.48%54.12%-
XYZ6.896.2724.89-
YUV59.51172.2991.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.15%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 138 (54.30% from 255) = 63.59%
R=4.15%
G=32.26%
B=63.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9701380.930.4900.46211.6387.7628.82
Hex9468A5D3102Ed4581d
Octal111062121356105632413035
Binary10011000110100010101011101110001010111011010100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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