#09507A

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

Shades of Dark Cerulean #09507A

Tints of Dark Cerulean #09507A

Color information

#09507A (or 0x09507A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 50 and 7A. RGB value is (9,80,122). Sum of RGB (Red+Green+Blue) = 9+80+122=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #09507A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09507A is #F6AF85. Grayscale: #3F3F3F. Windows color (decimal): -16166790 or 8015881. OLE color: 8015881.

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

Color convert

RGB980122-
CMYK0.930.3400.52
HSL202.3º86.26%25.69%-
HSV(B)202.3º92.62%47.84%-
XYZ6.497.219.46-
YUV63.56160.9889.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 122 (48.05% from 255) = 57.82%
R=4.27%
G=37.91%
B=57.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9801220.930.3400.52202.386.2625.69
Hex9507A5D22034ca561a
Octal111201721354206431212632
Binary1001101000011110101011101100010011010011001010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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