Html Css Color HEX #1271AE Cerulean

📋 copy color: '#1271AE'

red 18 ◦ green 113 ◦ blue 174

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

Shades of Cerulean #1271AE

Tints of Cerulean #1271AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.05%

R = 5.9%
G = 37.05%
B = 57.05%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1271AE (or 0x1271AE) is known color: Cerulean. HEX triplet: 12, 71 and AE. RGB value is (18,113,174). Sum of RGB (Red+Green+Blue) = 18+113+174=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #1271AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1271AE is #ED8E51. Grayscale: #5B5B5B. Windows color (decimal): -15568466 or 11432210. OLE color: 11432210.

HSL color Cylindrical-coordinate representation of color #1271AE: hue angle of 203.46º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1271AE is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 113 174 -
CMYK 0.90 0.35 0 0.32
HSL 203.46º 0.81% 0.38% -
HSV(B) 203.46º 0.9% 0.68% -
XYZ 13.79 14.99 42.21 -
YUV 91.55 174.53 75.54 -
System Red Green Blue C M Y K H S L
Decimal 18 113 174 0.90 0.35 0 0.32 203.46 0.81 0.38
Hex 12 71 AE 5A 23 0 20 CB 51 26
Octal 22 161 256 132 43 0 40 313 121 46
Binary 10010 1110001 10101110 1011010 100011 0 100000 11001011 1010001 100110

Color Harmonies of #1271AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1271AE

Black with #1271AE

Text Example


Text Example

White with #1271AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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