Html Css Color HEX #1882AD Cerulean

📋 copy color: '#1882AD'

red 24 ◦ green 130 ◦ blue 173

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

Shades of Cerulean #1882AD

Tints of Cerulean #1882AD

RGB

 RED value IS 24 (9.77% from 255) = 7.34%

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

 BLUE value IS 173 (67.97% from 255) = 52.91%

R = 7.34%
G = 39.76%
B = 52.91%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1882AD (or 0x1882AD) is known color: Cerulean. HEX triplet: 18, 82 and AD. RGB value is (24,130,173). Sum of RGB (Red+Green+Blue) = 24+130+173=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #1882AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1882AD is #E77D52. Grayscale: #666666. Windows color (decimal): -15170899 or 11371032. OLE color: 11371032.

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

Color convert

RGB 24 130 173 -
CMYK 0.86 0.25 0 0.32
HSL 197.32º 0.76% 0.39% -
HSV(B) 197.32º 0.86% 0.68% -
XYZ 15.9 19.18 42.4 -
YUV 103.21 167.38 71.5 -
System Red Green Blue C M Y K H S L
Decimal 24 130 173 0.86 0.25 0 0.32 197.32 0.76 0.39
Hex 18 82 AD 56 19 0 20 C5 4C 27
Octal 30 202 255 126 31 0 40 305 114 47
Binary 11000 10000010 10101101 1010110 11001 0 100000 11000101 1001100 100111

Color Harmonies of #1882AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1882AD

Black with #1882AD

Text Example


Text Example

White with #1882AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1882AD;
 }
 .AnyTagClassName
 {
   color: #1882AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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