Html Css Color HEX #1280BA Cerulean

📋 copy color: '#1280BA'

red 18 ◦ green 128 ◦ blue 186

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

Shades of Cerulean #1280BA

Tints of Cerulean #1280BA

RGB

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

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

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

R = 5.42%
G = 38.55%
B = 56.02%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1280BA (or 0x1280BA) is known color: Cerulean. HEX triplet: 12, 80 and BA. RGB value is (18,128,186). Sum of RGB (Red+Green+Blue) = 18+128+186=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #1280BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1280BA is #ED7F45. Grayscale: #656565. Windows color (decimal): -15564614 or 12222482. OLE color: 12222482.

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

Color convert

RGB 18 128 186 -
CMYK 0.90 0.31 0 0.27
HSL 200.71º 0.82% 0.4% -
HSV(B) 200.71º 0.9% 0.73% -
XYZ 16.83 19.11 49.26 -
YUV 101.72 175.56 68.28 -
System Red Green Blue C M Y K H S L
Decimal 18 128 186 0.90 0.31 0 0.27 200.71 0.82 0.4
Hex 12 80 BA 5A 1F 0 1B C9 52 28
Octal 22 200 272 132 37 0 33 311 122 50
Binary 10010 10000000 10111010 1011010 11111 0 11011 11001001 1010010 101000

Color Harmonies of #1280BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1280BA

Black with #1280BA

Text Example


Text Example

White with #1280BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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