Html Css Color HEX #1280AD Cerulean

📋 copy color: '#1280AD'

red 18 ◦ green 128 ◦ blue 173

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

Shades of Cerulean #1280AD

Tints of Cerulean #1280AD

RGB

 RED value IS 18 (7.42% from 255) = 5.64%

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

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

R = 5.64%
G = 40.13%
B = 54.23%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1280AD (or 0x1280AD) is known color: Cerulean. HEX triplet: 12, 80 and AD. RGB value is (18,128,173). Sum of RGB (Red+Green+Blue) = 18+128+173=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #1280AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1280AD is #ED7F52. Grayscale: #636363. Windows color (decimal): -15564627 or 11370514. OLE color: 11370514.

HSL color Cylindrical-coordinate representation of color #1280AD: hue angle of 197.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1280AD is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 128 173 -
CMYK 0.90 0.26 0 0.32
HSL 197.42º 0.81% 0.37% -
HSV(B) 197.42º 0.9% 0.68% -
XYZ 15.51 18.58 42.3 -
YUV 100.24 169.06 69.34 -
System Red Green Blue C M Y K H S L
Decimal 18 128 173 0.90 0.26 0 0.32 197.42 0.81 0.37
Hex 12 80 AD 5A 1A 0 20 C5 51 25
Octal 22 200 255 132 32 0 40 305 121 45
Binary 10010 10000000 10101101 1011010 11010 0 100000 11000101 1010001 100101

Color Harmonies of #1280AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1280AD

Black with #1280AD

Text Example


Text Example

White with #1280AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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