Html Css Color HEX #1278AB Cerulean

📋 copy color: '#1278AB'

red 18 ◦ green 120 ◦ blue 171

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

Shades of Cerulean #1278AB

Tints of Cerulean #1278AB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.83%

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

R = 5.83%
G = 38.83%
B = 55.34%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1278AB (or 0x1278AB) is known color: Cerulean. HEX triplet: 12, 78 and AB. RGB value is (18,120,171). Sum of RGB (Red+Green+Blue) = 18+120+171=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #1278AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1278AB is #ED8754. Grayscale: #5F5F5F. Windows color (decimal): -15566677 or 11237394. OLE color: 11237394.

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

Color convert

RGB 18 120 171 -
CMYK 0.89 0.30 0 0.33
HSL 200º 0.81% 0.37% -
HSV(B) 200º 0.89% 0.67% -
XYZ 14.32 16.5 40.96 -
YUV 95.32 170.71 72.85 -
System Red Green Blue C M Y K H S L
Decimal 18 120 171 0.89 0.30 0 0.33 200 0.81 0.37
Hex 12 78 AB 59 1E 0 21 C8 51 25
Octal 22 170 253 131 36 0 41 310 121 45
Binary 10010 1111000 10101011 1011001 11110 0 100001 11001000 1010001 100101

Color Harmonies of #1278AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1278AB

Black with #1278AB

Text Example


Text Example

White with #1278AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,120,171); }

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

background-color css

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

 a { background-color: rgb(18,120,171); }

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

border-color css

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

 span { border-color: rgb(18,120,171); }

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