Html Css Color HEX #1471AC Cerulean

📋 copy color: '#1471AC'

red 20 ◦ green 113 ◦ blue 172

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

Shades of Cerulean #1471AC

Tints of Cerulean #1471AC

RGB

 RED value IS 20 (8.2% from 255) = 6.56%

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

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

R = 6.56%
G = 37.05%
B = 56.39%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1471AC (or 0x1471AC) is known color: Cerulean. HEX triplet: 14, 71 and AC. RGB value is (20,113,172). Sum of RGB (Red+Green+Blue) = 20+113+172=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #1471AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1471AC is #EB8E53. Grayscale: #5B5B5B. Windows color (decimal): -15437396 or 11301140. OLE color: 11301140.

HSL color Cylindrical-coordinate representation of color #1471AC: hue angle of 203.29º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1471AC is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 113 172 -
CMYK 0.88 0.34 0 0.33
HSL 203.29º 0.79% 0.38% -
HSV(B) 203.29º 0.88% 0.67% -
XYZ 13.64 14.94 41.19 -
YUV 91.92 173.19 76.7 -
System Red Green Blue C M Y K H S L
Decimal 20 113 172 0.88 0.34 0 0.33 203.29 0.79 0.38
Hex 14 71 AC 58 22 0 21 CB 4F 26
Octal 24 161 254 130 42 0 41 313 117 46
Binary 10100 1110001 10101100 1011000 100010 0 100001 11001011 1001111 100110

Color Harmonies of #1471AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1471AC

Black with #1471AC

Text Example


Text Example

White with #1471AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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