#0D7DB9

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

Shades of Cerulean #0D7DB9

Tints of Cerulean #0D7DB9

Color information

#0D7DB9 (or 0x0D7DB9) is unknown color: approx Cerulean. HEX triplet: 0D, 7D and B9. RGB value is (13,125,185). Sum of RGB (Red+Green+Blue) = 13+125+185=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #0D7DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7DB9 is #F28246. Grayscale: #626262. Windows color (decimal): -15893063 or 12156173. OLE color: 12156173.

HSL color Cylindrical-coordinate representation of color #0D7DB9: hue angle of 200.93º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7DB9 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13125185-
CMYK0.930.3200.27
HSL200.93º86.87%38.82%-
HSV(B)200.93º92.97%72.55%-
XYZ16.2618.2648.57-
YUV98.35176.8967.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.02%
GREEN value IS 125 (49.22% from 255) = 38.70%
BLUE value IS 185 (72.66% from 255) = 57.28%
R=4.02%
G=38.70%
B=57.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131251850.930.3200.27200.9386.8738.82
HexD7DB95D2001Bc95727
Octal151752711354003331112747
Binary11011111101101110011011101100000011011110010011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,125,185); }

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

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

 a { background-color: rgb(13,125,185); }

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

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

 span { border-color: rgb(13,125,185); }

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