#0082B2

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

Shades of Cerulean #0082B2

Tints of Cerulean #0082B2

Color information

#0082B2 (or 0x0082B2) is unknown color: approx Cerulean. HEX triplet: 00, 82 and B2. RGB value is (0,130,178). Sum of RGB (Red+Green+Blue) = 0+130+178=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 178 (69.92% from 255 or 57.79% from 308); Max value from RGB is 178 - color contains mainly: blue. Hex color #0082B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0082B2 is #FF7D4D. Grayscale: #606060. Windows color (decimal): -16743758 or 11698688. OLE color: 11698688.

HSL color Cylindrical-coordinate representation of color #0082B2: hue angle of 196.18º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082B2 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB0130178-
CMYK10.2700.30
HSL196.18º100%34.9%-
HSV(B)196.18º100%69.8%-
XYZ16.0219.1844.98-
YUV96.6173.9359.1-

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.21%
BLUE value IS 178 (69.92% from 255) = 57.79%
R=0%
G=42.21%
B=57.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal013017810.2700.30196.1810034.9
Hex082B2641B01Ec46423
Octal02022621443303630414443
Binary01000001010110010110010011011011110110001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0082B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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