Html Css Color HEX #1279A0 Cerulean

📋 copy color: '#1279A0'

red 18 ◦ green 121 ◦ blue 160

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

Shades of Cerulean #1279A0

Tints of Cerulean #1279A0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.47%

 BLUE value IS 160 (62.89% from 255) = 53.51%

R = 6.02%
G = 40.47%
B = 53.51%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1279A0 (or 0x1279A0) is known color: Cerulean. HEX triplet: 12, 79 and A0. RGB value is (18,121,160). Sum of RGB (Red+Green+Blue) = 18+121+160=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #1279A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1279A0 is #ED865F. Grayscale: #5E5E5E. Windows color (decimal): -15566432 or 10516754. OLE color: 10516754.

HSL color Cylindrical-coordinate representation of color #1279A0: hue angle of 196.48º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1279A0 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 121 160 -
CMYK 0.89 0.24 0 0.37
HSL 196.48º 0.8% 0.35% -
HSV(B) 196.48º 0.89% 0.63% -
XYZ 13.43 16.34 35.7 -
YUV 94.65 164.88 73.33 -
System Red Green Blue C M Y K H S L
Decimal 18 121 160 0.89 0.24 0 0.37 196.48 0.8 0.35
Hex 12 79 A0 59 18 0 25 C4 50 23
Octal 22 171 240 131 30 0 45 304 120 43
Binary 10010 1111001 10100000 1011001 11000 0 100101 11000100 1010000 100011

Color Harmonies of #1279A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1279A0

Black with #1279A0

Text Example


Text Example

White with #1279A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1279A0; }

 p { color: rgb(18,121,160); }

 H1.HeaderClassName
 {
   color: #1279A0;
 }
 .AnyTagClassName
 {
   color: #1279A0;
 }
</style>

background-color css

<style>
 a { background-color: #1279A0; }

 a { background-color: rgb(18,121,160); }

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

border-color css

<style>
 span { border-color: #1279A0; }

 span { border-color: rgb(18,121,160); }

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