Html Css Color HEX #1880AD Cerulean

📋 copy color: '#1880AD'

red 24 ◦ green 128 ◦ blue 173

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

Shades of Cerulean #1880AD

Tints of Cerulean #1880AD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.38%

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

R = 7.38%
G = 39.38%
B = 53.23%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1880AD (or 0x1880AD) is known color: Cerulean. HEX triplet: 18, 80 and AD. RGB value is (24,128,173). Sum of RGB (Red+Green+Blue) = 24+128+173=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #1880AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1880AD is #E77F52. Grayscale: #656565. Windows color (decimal): -15171411 or 11370520. OLE color: 11370520.

HSL color Cylindrical-coordinate representation of color #1880AD: hue angle of 198.12º 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 #1880AD is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 128 173 -
CMYK 0.86 0.26 0 0.32
HSL 198.12º 0.76% 0.39% -
HSV(B) 198.12º 0.86% 0.68% -
XYZ 15.64 18.65 42.31 -
YUV 102.03 168.04 72.34 -
System Red Green Blue C M Y K H S L
Decimal 24 128 173 0.86 0.26 0 0.32 198.12 0.76 0.39
Hex 18 80 AD 56 1A 0 20 C6 4C 27
Octal 30 200 255 126 32 0 40 306 114 47
Binary 11000 10000000 10101101 1010110 11010 0 100000 11000110 1001100 100111

Color Harmonies of #1880AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1880AD

Black with #1880AD

Text Example


Text Example

White with #1880AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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