Html Css Color HEX #1271AB Cerulean

📋 copy color: '#1271AB'

red 18 ◦ green 113 ◦ blue 171

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

Shades of Cerulean #1271AB

Tints of Cerulean #1271AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 5.96%
G = 37.42%
B = 56.62%

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

#1271AB (or 0x1271AB) is known color: Cerulean. HEX triplet: 12, 71 and AB. RGB value is (18,113,171). Sum of RGB (Red+Green+Blue) = 18+113+171=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #1271AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1271AB is #ED8E54. Grayscale: #5A5A5A. Windows color (decimal): -15568469 or 11235602. OLE color: 11235602.

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

Color convert

RGB 18 113 171 -
CMYK 0.89 0.34 0 0.33
HSL 202.75º 0.81% 0.37% -
HSV(B) 202.75º 0.89% 0.67% -
XYZ 13.51 14.88 40.69 -
YUV 91.21 173.03 75.78 -
System Red Green Blue C M Y K H S L
Decimal 18 113 171 0.89 0.34 0 0.33 202.75 0.81 0.37
Hex 12 71 AB 59 22 0 21 CB 51 25
Octal 22 161 253 131 42 0 41 313 121 45
Binary 10010 1110001 10101011 1011001 100010 0 100001 11001011 1010001 100101

Color Harmonies of #1271AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1271AB

Black with #1271AB

Text Example


Text Example

White with #1271AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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