#0D82A7

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

Shades of Cerulean #0D82A7

Tints of Cerulean #0D82A7

Color information

#0D82A7 (or 0x0D82A7) is unknown color: approx Cerulean. HEX triplet: 0D, 82 and A7. RGB value is (13,130,167). Sum of RGB (Red+Green+Blue) = 13+130+167=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 167 (65.62% from 255 or 53.87% from 310); Max value from RGB is 167 - color contains mainly: blue. Hex color #0D82A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D82A7 is #F27D58. Grayscale: #626262. Windows color (decimal): -15891801 or 10977805. OLE color: 10977805.

HSL color Cylindrical-coordinate representation of color #0D82A7: hue angle of 194.42º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D82A7 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13130167-
CMYK0.920.2200.35
HSL194.42º85.56%35.29%-
HSV(B)194.42º92.22%65.49%-
XYZ15.1218.8439.4-
YUV99.24166.2466.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.19%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 167 (65.62% from 255) = 53.87%
R=4.19%
G=41.94%
B=53.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131301670.920.2200.35194.4285.5635.29
HexD82A75C16023c25623
Octal152022471342604330212643
Binary110110000010101001111011100101100100011110000101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D82A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,130,167); }

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

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

 a { background-color: rgb(13,130,167); }

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

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

 span { border-color: rgb(13,130,167); }

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