#0082AD

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

Shades of Cerulean #0082AD

Tints of Cerulean #0082AD

Color information

#0082AD (or 0x0082AD) is unknown color: approx Cerulean. HEX triplet: 00, 82 and AD. RGB value is (0,130,173). Sum of RGB (Red+Green+Blue) = 0+130+173=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #0082AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0082AD is #FF7D52. Grayscale: #5F5F5F. Windows color (decimal): -16743763 or 11371008. OLE color: 11371008.

HSL color Cylindrical-coordinate representation of color #0082AD: hue angle of 194.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082AD is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB0130173-
CMYK10.2500.32
HSL194.91º100%33.92%-
HSV(B)194.91º100%67.84%-
XYZ15.5318.9842.38-
YUV96.03171.4359.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 173 (67.97% from 255) = 57.10%
R=0%
G=42.90%
B=57.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal013017310.2500.32194.9110033.92
Hex082AD6419020c36422
Octal02022551443104030314442
Binary010000010101011011100100110010100000110000111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0082AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0082AD; }

 p { color: rgb(0,130,173); }

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

<style>
 a { background-color: #0082AD; }

 a { background-color: rgb(0,130,173); }

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

<style>
 span { border-color: #0082AD; }

 span { border-color: rgb(0,130,173); }

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