Html Css Color HEX #1277AA Cerulean

📋 copy color: '#1277AA'

red 18 ◦ green 119 ◦ blue 170

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

Shades of Cerulean #1277AA

Tints of Cerulean #1277AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.76%

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

R = 5.86%
G = 38.76%
B = 55.37%

CMYK

 C value IS 0.89

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1277AA (or 0x1277AA) is known color: Cerulean. HEX triplet: 12, 77 and AA. RGB value is (18,119,170). Sum of RGB (Red+Green+Blue) = 18+119+170=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #1277AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1277AA is #ED8855. Grayscale: #5E5E5E. Windows color (decimal): -15566934 or 11171602. OLE color: 11171602.

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

Color convert

RGB 18 119 170 -
CMYK 0.89 0.3 0 0.33
HSL 200.13º 0.81% 0.37% -
HSV(B) 200.13º 0.89% 0.67% -
XYZ 14.1 16.22 40.42 -
YUV 94.62 170.54 73.35 -
System Red Green Blue C M Y K H S L
Decimal 18 119 170 0.89 0.3 0 0.33 200.13 0.81 0.37
Hex 12 77 AA 59 1E 0 21 C8 51 25
Octal 22 167 252 131 36 0 41 310 121 45
Binary 10010 1110111 10101010 1011001 11110 0 100001 11001000 1010001 100101

Color Harmonies of #1277AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1277AA

Black with #1277AA

Text Example


Text Example

White with #1277AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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