Html Css Color HEX #1279BA Cerulean

📋 copy color: '#1279BA'

red 18 ◦ green 121 ◦ blue 186

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

Shades of Cerulean #1279BA

Tints of Cerulean #1279BA

RGB

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

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

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

R = 5.54%
G = 37.23%
B = 57.23%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1279BA (or 0x1279BA) is known color: Cerulean. HEX triplet: 12, 79 and BA. RGB value is (18,121,186). Sum of RGB (Red+Green+Blue) = 18+121+186=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #1279BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1279BA is #ED8645. Grayscale: #616161. Windows color (decimal): -15566406 or 12220690. OLE color: 12220690.

HSL color Cylindrical-coordinate representation of color #1279BA: hue angle of 203.21º 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 #1279BA is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 121 186 -
CMYK 0.90 0.35 0 0.27
HSL 203.21º 0.82% 0.4% -
HSV(B) 203.21º 0.9% 0.73% -
XYZ 15.95 17.35 48.96 -
YUV 97.61 177.88 71.21 -
System Red Green Blue C M Y K H S L
Decimal 18 121 186 0.90 0.35 0 0.27 203.21 0.82 0.4
Hex 12 79 BA 5A 23 0 1B CB 52 28
Octal 22 171 272 132 43 0 33 313 122 50
Binary 10010 1111001 10111010 1011010 100011 0 11011 11001011 1010010 101000

Color Harmonies of #1279BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1279BA

Black with #1279BA

Text Example


Text Example

White with #1279BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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