#0D5081

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

Shades of Dark Cerulean #0D5081

Tints of Dark Cerulean #0D5081

Color information

#0D5081 (or 0x0D5081) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 50 and 81. RGB value is (13,80,129). Sum of RGB (Red+Green+Blue) = 13+80+129=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #0D5081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5081 is #F2AF7E. Grayscale: #414141. Windows color (decimal): -15904639 or 8474637. OLE color: 8474637.

HSL color Cylindrical-coordinate representation of color #0D5081: hue angle of 205.34º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D5081 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1380129-
CMYK0.900.3800.49
HSL205.34º81.69%27.84%-
HSV(B)205.34º89.92%50.59%-
XYZ77.4121.83-
YUV65.55163.890.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.86%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 129 (50.78% from 255) = 58.11%
R=5.86%
G=36.04%
B=58.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13801290.900.3800.49205.3481.6927.84
HexD50815A26031cd521c
Octal151202011324606131512234
Binary11011010000100000011011010100110011000111001101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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