Html Css Color HEX #0082BC Cerulean

📋 copy color: '#0082BC'

red 0 ◦ green 130 ◦ blue 188

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

Shades of Cerulean #0082BC

Tints of Cerulean #0082BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.12%

R = 0%
G = 40.88%
B = 59.12%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0082BC (or 0x0082BC) is known color: Cerulean. HEX triplet: 00, 82 and BC. RGB value is (0,130,188). Sum of RGB (Red+Green+Blue) = 0+130+188=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #0082BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0082BC is #FF7D43. Grayscale: #616161. Windows color (decimal): -16743748 or 12354048. OLE color: 12354048.

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

Color convert

RGB 0 130 188 -
CMYK 1 0.31 0 0.26
HSL 198.51º 1% 0.37% -
HSV(B) 198.51º 1% 0.74% -
XYZ 17.06 19.6 50.46 -
YUV 97.74 178.93 58.28 -
System Red Green Blue C M Y K H S L
Decimal 0 130 188 1 0.31 0 0.26 198.51 1 0.37
Hex 0 82 BC 64 1F 0 1A C7 64 25
Octal 0 202 274 144 37 0 32 307 144 45
Binary 0 10000010 10111100 1100100 11111 0 11010 11000111 1100100 100101

Color Harmonies of #0082BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0082BC

Black with #0082BC

Text Example


Text Example

White with #0082BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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