Html Css Color HEX #1271AA Cerulean

📋 copy color: '#1271AA'

red 18 ◦ green 113 ◦ blue 170

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

Shades of Cerulean #1271AA

Tints of Cerulean #1271AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.54%

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

R = 5.98%
G = 37.54%
B = 56.48%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1271AA (or 0x1271AA) is known color: Cerulean. HEX triplet: 12, 71 and AA. RGB value is (18,113,170). Sum of RGB (Red+Green+Blue) = 18+113+170=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #1271AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1271AA is #ED8E55. Grayscale: #5A5A5A. Windows color (decimal): -15568470 or 11170066. OLE color: 11170066.

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

Color convert

RGB 18 113 170 -
CMYK 0.89 0.34 0 0.33
HSL 202.5º 0.81% 0.37% -
HSV(B) 202.5º 0.89% 0.67% -
XYZ 13.41 14.84 40.19 -
YUV 91.09 172.53 75.87 -
System Red Green Blue C M Y K H S L
Decimal 18 113 170 0.89 0.34 0 0.33 202.5 0.81 0.37
Hex 12 71 AA 59 22 0 21 CA 51 25
Octal 22 161 252 131 42 0 41 312 121 45
Binary 10010 1110001 10101010 1011001 100010 0 100001 11001010 1010001 100101

Color Harmonies of #1271AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1271AA

Black with #1271AA

Text Example


Text Example

White with #1271AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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