Html Css Color HEX #1080AB Cerulean

📋 copy color: '#1080AB'

red 16 ◦ green 128 ◦ blue 171

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

Shades of Cerulean #1080AB

Tints of Cerulean #1080AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.29%

R = 5.08%
G = 40.63%
B = 54.29%

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

#1080AB (or 0x1080AB) is known color: Cerulean. HEX triplet: 10, 80 and AB. RGB value is (16,128,171). Sum of RGB (Red+Green+Blue) = 16+128+171=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #1080AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1080AB is #EF7F54. Grayscale: #636363. Windows color (decimal): -15695701 or 11239440. OLE color: 11239440.

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

Color convert

RGB 16 128 171 -
CMYK 0.91 0.25 0 0.33
HSL 196.65º 0.83% 0.37% -
HSV(B) 196.65º 0.91% 0.67% -
XYZ 15.28 18.49 41.29 -
YUV 99.41 168.39 68.5 -
System Red Green Blue C M Y K H S L
Decimal 16 128 171 0.91 0.25 0 0.33 196.65 0.83 0.37
Hex 10 80 AB 5B 19 0 21 C5 53 25
Octal 20 200 253 133 31 0 41 305 123 45
Binary 10000 10000000 10101011 1011011 11001 0 100001 11000101 1010011 100101

Color Harmonies of #1080AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1080AB

Black with #1080AB

Text Example


Text Example

White with #1080AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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