Html Css Color HEX #1280A4 Cerulean

📋 copy color: '#1280A4'

red 18 ◦ green 128 ◦ blue 164

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

Shades of Cerulean #1280A4

Tints of Cerulean #1280A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 52.9%

R = 5.81%
G = 41.29%
B = 52.9%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1280A4 (or 0x1280A4) is known color: Cerulean. HEX triplet: 12, 80 and A4. RGB value is (18,128,164). Sum of RGB (Red+Green+Blue) = 18+128+164=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #1280A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1280A4 is #ED7F5B. Grayscale: #626262. Windows color (decimal): -15564636 or 10780690. OLE color: 10780690.

HSL color Cylindrical-coordinate representation of color #1280A4: hue angle of 194.79º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1280A4 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 128 164 -
CMYK 0.89 0.22 0 0.36
HSL 194.79º 0.8% 0.36% -
HSV(B) 194.79º 0.89% 0.64% -
XYZ 14.67 18.25 37.87 -
YUV 99.21 164.56 70.07 -
System Red Green Blue C M Y K H S L
Decimal 18 128 164 0.89 0.22 0 0.36 194.79 0.8 0.36
Hex 12 80 A4 59 16 0 24 C3 50 24
Octal 22 200 244 131 26 0 44 303 120 44
Binary 10010 10000000 10100100 1011001 10110 0 100100 11000011 1010000 100100

Color Harmonies of #1280A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1280A4

Black with #1280A4

Text Example


Text Example

White with #1280A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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