Html Css Color HEX #1271AC Cerulean

📋 copy color: '#1271AC'

red 18 ◦ green 113 ◦ blue 172

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

Shades of Cerulean #1271AC

Tints of Cerulean #1271AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 5.94%
G = 37.29%
B = 56.77%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1271AC (or 0x1271AC) is known color: Cerulean. HEX triplet: 12, 71 and AC. RGB value is (18,113,172). Sum of RGB (Red+Green+Blue) = 18+113+172=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #1271AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1271AC is #ED8E53. Grayscale: #5A5A5A. Windows color (decimal): -15568468 or 11301138. OLE color: 11301138.

HSL color Cylindrical-coordinate representation of color #1271AC: hue angle of 202.99º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1271AC is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 113 172 -
CMYK 0.90 0.34 0 0.33
HSL 202.99º 0.81% 0.37% -
HSV(B) 202.99º 0.9% 0.67% -
XYZ 13.6 14.92 41.19 -
YUV 91.32 173.53 75.7 -
System Red Green Blue C M Y K H S L
Decimal 18 113 172 0.90 0.34 0 0.33 202.99 0.81 0.37
Hex 12 71 AC 5A 22 0 21 CB 51 25
Octal 22 161 254 132 42 0 41 313 121 45
Binary 10010 1110001 10101100 1011010 100010 0 100001 11001011 1010001 100101

Color Harmonies of #1271AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1271AC

Black with #1271AC

Text Example


Text Example

White with #1271AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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