Html Css Color HEX #1276AA Cerulean

📋 copy color: '#1276AA'

red 18 ◦ green 118 ◦ blue 170

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

Shades of Cerulean #1276AA

Tints of Cerulean #1276AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.56%

R = 5.88%
G = 38.56%
B = 55.56%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1276AA (or 0x1276AA) is known color: Cerulean. HEX triplet: 12, 76 and AA. RGB value is (18,118,170). Sum of RGB (Red+Green+Blue) = 18+118+170=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #1276AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1276AA is #ED8955. Grayscale: #5D5D5D. Windows color (decimal): -15567190 or 11171346. OLE color: 11171346.

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

Color convert

RGB 18 118 170 -
CMYK 0.89 0.31 0 0.33
HSL 200.53º 0.81% 0.37% -
HSV(B) 200.53º 0.89% 0.67% -
XYZ 13.98 15.99 40.38 -
YUV 94.03 170.87 73.77 -
System Red Green Blue C M Y K H S L
Decimal 18 118 170 0.89 0.31 0 0.33 200.53 0.81 0.37
Hex 12 76 AA 59 1F 0 21 C9 51 25
Octal 22 166 252 131 37 0 41 311 121 45
Binary 10010 1110110 10101010 1011001 11111 0 100001 11001001 1010001 100101

Color Harmonies of #1276AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1276AA

Black with #1276AA

Text Example


Text Example

White with #1276AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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