Html Css Color HEX #1080BA Cerulean

📋 copy color: '#1080BA'

red 16 ◦ green 128 ◦ blue 186

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

Shades of Cerulean #1080BA

Tints of Cerulean #1080BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 4.85%
G = 38.79%
B = 56.36%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1080BA (or 0x1080BA) is known color: Cerulean. HEX triplet: 10, 80 and BA. RGB value is (16,128,186). Sum of RGB (Red+Green+Blue) = 16+128+186=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #1080BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1080BA is #EF7F45. Grayscale: #646464. Windows color (decimal): -15695686 or 12222480. OLE color: 12222480.

HSL color Cylindrical-coordinate representation of color #1080BA: hue angle of 200.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1080BA is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 128 186 -
CMYK 0.91 0.31 0 0.27
HSL 200.47º 0.84% 0.4% -
HSV(B) 200.47º 0.91% 0.73% -
XYZ 16.8 19.09 49.25 -
YUV 101.12 175.89 67.28 -
System Red Green Blue C M Y K H S L
Decimal 16 128 186 0.91 0.31 0 0.27 200.47 0.84 0.4
Hex 10 80 BA 5B 1F 0 1B C8 54 28
Octal 20 200 272 133 37 0 33 310 124 50
Binary 10000 10000000 10111010 1011011 11111 0 11011 11001000 1010100 101000

Color Harmonies of #1080BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1080BA

Black with #1080BA

Text Example


Text Example

White with #1080BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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