Html Css Color HEX #1276AE Cerulean

📋 copy color: '#1276AE'

red 18 ◦ green 118 ◦ blue 174

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

Shades of Cerulean #1276AE

Tints of Cerulean #1276AE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 5.81%
G = 38.06%
B = 56.13%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1276AE (or 0x1276AE) is known color: Cerulean. HEX triplet: 12, 76 and AE. RGB value is (18,118,174). Sum of RGB (Red+Green+Blue) = 18+118+174=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #1276AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1276AE is #ED8951. Grayscale: #5E5E5E. Windows color (decimal): -15567186 or 11433490. OLE color: 11433490.

HSL color Cylindrical-coordinate representation of color #1276AE: hue angle of 201.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1276AE is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 118 174 -
CMYK 0.90 0.32 0 0.32
HSL 201.54º 0.81% 0.38% -
HSV(B) 201.54º 0.9% 0.68% -
XYZ 14.37 16.14 42.4 -
YUV 94.48 172.87 73.45 -
System Red Green Blue C M Y K H S L
Decimal 18 118 174 0.90 0.32 0 0.32 201.54 0.81 0.38
Hex 12 76 AE 5A 20 0 20 CA 51 26
Octal 22 166 256 132 40 0 40 312 121 46
Binary 10010 1110110 10101110 1011010 100000 0 100000 11001010 1010001 100110

Color Harmonies of #1276AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1276AE

Black with #1276AE

Text Example


Text Example

White with #1276AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1276AE; }

 p { color: rgb(18,118,174); }

 H1.HeaderClassName
 {
   color: #1276AE;
 }
 .AnyTagClassName
 {
   color: #1276AE;
 }
</style>

background-color css

<style>
 a { background-color: #1276AE; }

 a { background-color: rgb(18,118,174); }

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

border-color css

<style>
 span { border-color: #1276AE; }

 span { border-color: rgb(18,118,174); }

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