Html Css Color HEX #0082BB Cerulean

📋 copy color: '#0082BB'

red 0 ◦ green 130 ◦ blue 187

#0082BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0082BB

Tints of Cerulean #0082BB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 187 (73.44% from 255) = 58.99%

R = 0%
G = 41.01%
B = 58.99%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0082BB (or 0x0082BB) is known color: Cerulean. HEX triplet: 00, 82 and BB. RGB value is (0,130,187). Sum of RGB (Red+Green+Blue) = 0+130+187=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #0082BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0082BB is #FF7D44. Grayscale: #616161. Windows color (decimal): -16743749 or 12288512. OLE color: 12288512.

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

Color convert

RGB 0 130 187 -
CMYK 1 0.30 0 0.27
HSL 198.29º 1% 0.37% -
HSV(B) 198.29º 1% 0.73% -
XYZ 16.95 19.55 49.89 -
YUV 97.63 178.43 58.37 -
System Red Green Blue C M Y K H S L
Decimal 0 130 187 1 0.30 0 0.27 198.29 1 0.37
Hex 0 82 BB 64 1E 0 1B C6 64 25
Octal 0 202 273 144 36 0 33 306 144 45
Binary 0 10000010 10111011 1100100 11110 0 11011 11000110 1100100 100101

Color Harmonies of #0082BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0082BB

Black with #0082BB

Text Example


Text Example

White with #0082BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0082BB;
 }
 .AnyTagClassName
 {
   color: #0082BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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