Html Css Color HEX #1982B0 Cerulean

📋 copy color: '#1982B0'

red 25 ◦ green 130 ◦ blue 176

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

Shades of Cerulean #1982B0

Tints of Cerulean #1982B0

RGB

 RED value IS 25 (10.16% from 255) = 7.55%

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

 BLUE value IS 176 (69.14% from 255) = 53.17%

R = 7.55%
G = 39.27%
B = 53.17%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1982B0 (or 0x1982B0) is known color: Cerulean. HEX triplet: 19, 82 and B0. RGB value is (25,130,176). Sum of RGB (Red+Green+Blue) = 25+130+176=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 176 (69.14% from 255 or 53.17% from 331); Max value from RGB is 176 - color contains mainly: blue. Hex color #1982B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1982B0 is #E67D4F. Grayscale: #676767. Windows color (decimal): -15105360 or 11567641. OLE color: 11567641.

HSL color Cylindrical-coordinate representation of color #1982B0: hue angle of 198.28º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1982B0 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 130 176 -
CMYK 0.86 0.26 0 0.31
HSL 198.28º 0.75% 0.39% -
HSV(B) 198.28º 0.86% 0.69% -
XYZ 16.22 19.31 43.95 -
YUV 103.85 168.71 71.76 -
System Red Green Blue C M Y K H S L
Decimal 25 130 176 0.86 0.26 0 0.31 198.28 0.75 0.39
Hex 19 82 B0 56 1A 0 1F C6 4B 27
Octal 31 202 260 126 32 0 37 306 113 47
Binary 11001 10000010 10110000 1010110 11010 0 11111 11000110 1001011 100111

Color Harmonies of #1982B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1982B0

Black with #1982B0

Text Example


Text Example

White with #1982B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1982B0; }

 p { color: rgb(25,130,176); }

 H1.HeaderClassName
 {
   color: #1982B0;
 }
 .AnyTagClassName
 {
   color: #1982B0;
 }
</style>

background-color css

<style>
 a { background-color: #1982B0; }

 a { background-color: rgb(25,130,176); }

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

border-color css

<style>
 span { border-color: #1982B0; }

 span { border-color: rgb(25,130,176); }

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