Html Css Color HEX #1278A7 Cerulean

📋 copy color: '#1278A7'

red 18 ◦ green 120 ◦ blue 167

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

Shades of Cerulean #1278A7

Tints of Cerulean #1278A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 54.75%

R = 5.9%
G = 39.34%
B = 54.75%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1278A7 (or 0x1278A7) is known color: Cerulean. HEX triplet: 12, 78 and A7. RGB value is (18,120,167). Sum of RGB (Red+Green+Blue) = 18+120+167=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 167 (65.62% from 255 or 54.75% from 305); Max value from RGB is 167 - color contains mainly: blue. Hex color #1278A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1278A7 is #ED8758. Grayscale: #5E5E5E. Windows color (decimal): -15566681 or 10975250. OLE color: 10975250.

HSL color Cylindrical-coordinate representation of color #1278A7: hue angle of 198.93º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1278A7 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 120 167 -
CMYK 0.89 0.28 0 0.35
HSL 198.93º 0.81% 0.36% -
HSV(B) 198.93º 0.89% 0.65% -
XYZ 13.94 16.35 38.98 -
YUV 94.86 168.71 73.18 -
System Red Green Blue C M Y K H S L
Decimal 18 120 167 0.89 0.28 0 0.35 198.93 0.81 0.36
Hex 12 78 A7 59 1C 0 23 C7 51 24
Octal 22 170 247 131 34 0 43 307 121 44
Binary 10010 1111000 10100111 1011001 11100 0 100011 11000111 1010001 100100

Color Harmonies of #1278A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1278A7

Black with #1278A7

Text Example


Text Example

White with #1278A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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