Html Css Color HEX #1279AB Cerulean

📋 copy color: '#1279AB'

red 18 ◦ green 121 ◦ blue 171

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

Shades of Cerulean #1279AB

Tints of Cerulean #1279AB

RGB

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

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

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

R = 5.81%
G = 39.03%
B = 55.16%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1279AB (or 0x1279AB) is known color: Cerulean. HEX triplet: 12, 79 and AB. RGB value is (18,121,171). Sum of RGB (Red+Green+Blue) = 18+121+171=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #1279AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1279AB is #ED8654. Grayscale: #5F5F5F. Windows color (decimal): -15566421 or 11237650. OLE color: 11237650.

HSL color Cylindrical-coordinate representation of color #1279AB: hue angle of 199.61º 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 #1279AB is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 121 171 -
CMYK 0.89 0.29 0 0.33
HSL 199.61º 0.81% 0.37% -
HSV(B) 199.61º 0.89% 0.67% -
XYZ 14.44 16.74 41 -
YUV 95.9 170.38 72.43 -
System Red Green Blue C M Y K H S L
Decimal 18 121 171 0.89 0.29 0 0.33 199.61 0.81 0.37
Hex 12 79 AB 59 1D 0 21 C8 51 25
Octal 22 171 253 131 35 0 41 310 121 45
Binary 10010 1111001 10101011 1011001 11101 0 100001 11001000 1010001 100101

Color Harmonies of #1279AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1279AB

Black with #1279AB

Text Example


Text Example

White with #1279AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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