#0D507A

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

Shades of Dark Cerulean #0D507A

Tints of Dark Cerulean #0D507A

Color information

#0D507A (or 0x0D507A) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 50 and 7A. RGB value is (13,80,122). Sum of RGB (Red+Green+Blue) = 13+80+122=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #0D507A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D507A is #F2AF85. Grayscale: #404040. Windows color (decimal): -15904646 or 8015885. OLE color: 8015885.

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

Color convert

RGB1380122-
CMYK0.890.3400.52
HSL203.12º80.74%26.47%-
HSV(B)203.12º89.34%47.84%-
XYZ6.557.2319.46-
YUV64.76160.391.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.05%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=6.05%
G=37.21%
B=56.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal13801220.890.3400.52203.1280.7426.47
HexD507A5922034cb511a
Octal151201721314206431312132
Binary1101101000011110101011001100010011010011001011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D507A; }

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

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

<style>
 a { background-color: #0D507A; }

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

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

<style>
 span { border-color: #0D507A; }

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

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