#0d7fa9

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

Shades of Cerulean #0D7FA9

Tints of Cerulean #0D7FA9

Color information

#0D7FA9 (or 0x0D7FA9) is unknown color: approx Cerulean. HEX triplet: 0D, 7F and A9. RGB value is (13,127,169). Sum of RGB (Red+Green+Blue) = 13+127+169=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #0D7FA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7FA9 is #F28056. Grayscale: #616161. Windows color (decimal): -15892567 or 11108109. OLE color: 11108109.

HSL color Cylindrical-coordinate representation of color #0D7FA9: hue angle of 196.15º 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 #0D7FA9 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13127169-
CMYK0.920.2500.34
HSL196.15º85.71%35.69%-
HSV(B)196.15º92.31%66.27%-
XYZ14.9218.1340.25-
YUV97.7168.2367.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.21%
GREEN value IS 127 (50% from 255) = 41.10%
BLUE value IS 169 (66.41% from 255) = 54.69%
R=4.21%
G=41.10%
B=54.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131271690.920.2500.34196.1585.7135.69
HexD7FA95C19022c45624
Octal151772511343104230412644
Binary11011111111101010011011100110010100010110001001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d7fa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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