#0D7DA9

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

Shades of Cerulean #0D7DA9

Tints of Cerulean #0D7DA9

Color information

#0D7DA9 (or 0x0D7DA9) is unknown color: approx Cerulean. HEX triplet: 0D, 7D and A9. RGB value is (13,125,169). Sum of RGB (Red+Green+Blue) = 13+125+169=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 169 (66.41% from 255 or 55.05% from 307); Max value from RGB is 169 - color contains mainly: blue. Hex color #0D7DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7DA9 is #F28256. Grayscale: #606060. Windows color (decimal): -15893079 or 11107597. OLE color: 11107597.

HSL color Cylindrical-coordinate representation of color #0D7DA9: hue angle of 196.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D7DA9 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13125169-
CMYK0.920.2600.34
HSL196.92º85.71%35.69%-
HSV(B)196.92º92.31%66.27%-
XYZ14.6617.6240.16-
YUV96.53168.8968.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.23%
GREEN value IS 125 (49.22% from 255) = 40.72%
BLUE value IS 169 (66.41% from 255) = 55.05%
R=4.23%
G=40.72%
B=55.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131251690.920.2600.34196.9285.7135.69
HexD7DA95C1A022c55624
Octal151752511343204230512644
Binary11011111101101010011011100110100100010110001011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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