#09407A

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

Shades of Dark Cerulean #09407A

Tints of Dark Cerulean #09407A

Color information

#09407A (or 0x09407A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 40 and 7A. RGB value is (9,64,122). Sum of RGB (Red+Green+Blue) = 9+64+122=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #09407A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09407A is #F6BF85. Grayscale: #353535. Windows color (decimal): -16170886 or 8011785. OLE color: 8011785.

HSL color Cylindrical-coordinate representation of color #09407A: hue angle of 210.8º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09407A is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB964122-
CMYK0.930.4800.52
HSL210.8º86.26%25.69%-
HSV(B)210.8º92.62%47.84%-
XYZ5.465.1319.11-
YUV54.17166.2895.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 122 (48.05% from 255) = 62.56%
R=4.62%
G=32.82%
B=62.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9641220.930.4800.52210.886.2625.69
Hex9407A5D30034d3561a
Octal111001721356006432312632
Binary1001100000011110101011101110000011010011010011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,64,122); }

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

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

 a { background-color: rgb(9,64,122); }

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

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

 span { border-color: rgb(9,64,122); }

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