Html Css Color HEX #1080AA Cerulean

📋 copy color: '#1080AA'

red 16 ◦ green 128 ◦ blue 170

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

Shades of Cerulean #1080AA

Tints of Cerulean #1080AA

RGB

 RED value IS 16 (6.64% from 255) = 5.1%

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

 BLUE value IS 170 (66.8% from 255) = 54.14%

R = 5.1%
G = 40.76%
B = 54.14%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1080AA (or 0x1080AA) is known color: Cerulean. HEX triplet: 10, 80 and AA. RGB value is (16,128,170). Sum of RGB (Red+Green+Blue) = 16+128+170=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #1080AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1080AA is #EF7F55. Grayscale: #636363. Windows color (decimal): -15695702 or 11173904. OLE color: 11173904.

HSL color Cylindrical-coordinate representation of color #1080AA: hue angle of 196.36º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1080AA is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 128 170 -
CMYK 0.91 0.25 0 0.33
HSL 196.36º 0.83% 0.36% -
HSV(B) 196.36º 0.91% 0.67% -
XYZ 15.19 18.45 40.79 -
YUV 99.3 167.89 68.58 -
System Red Green Blue C M Y K H S L
Decimal 16 128 170 0.91 0.25 0 0.33 196.36 0.83 0.36
Hex 10 80 AA 5B 19 0 21 C4 53 24
Octal 20 200 252 133 31 0 41 304 123 44
Binary 10000 10000000 10101010 1011011 11001 0 100001 11000100 1010011 100100

Color Harmonies of #1080AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1080AA

Black with #1080AA

Text Example


Text Example

White with #1080AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1080AA; }

 p { color: rgb(16,128,170); }

 H1.HeaderClassName
 {
   color: #1080AA;
 }
 .AnyTagClassName
 {
   color: #1080AA;
 }
</style>

background-color css

<style>
 a { background-color: #1080AA; }

 a { background-color: rgb(16,128,170); }

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

border-color css

<style>
 span { border-color: #1080AA; }

 span { border-color: rgb(16,128,170); }

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