Html Css Color HEX #1470AC Cerulean

📋 copy color: '#1470AC'

red 20 ◦ green 112 ◦ blue 172

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

Shades of Cerulean #1470AC

Tints of Cerulean #1470AC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.84%

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

R = 6.58%
G = 36.84%
B = 56.58%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1470AC (or 0x1470AC) is known color: Cerulean. HEX triplet: 14, 70 and AC. RGB value is (20,112,172). Sum of RGB (Red+Green+Blue) = 20+112+172=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #1470AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1470AC is #EB8F53. Grayscale: #5B5B5B. Windows color (decimal): -15437652 or 11300884. OLE color: 11300884.

HSL color Cylindrical-coordinate representation of color #1470AC: hue angle of 203.68º 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 #1470AC is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 112 172 -
CMYK 0.88 0.35 0 0.33
HSL 203.68º 0.79% 0.38% -
HSV(B) 203.68º 0.88% 0.67% -
XYZ 13.53 14.72 41.16 -
YUV 91.33 173.52 77.12 -
System Red Green Blue C M Y K H S L
Decimal 20 112 172 0.88 0.35 0 0.33 203.68 0.79 0.38
Hex 14 70 AC 58 23 0 21 CC 4F 26
Octal 24 160 254 130 43 0 41 314 117 46
Binary 10100 1110000 10101100 1011000 100011 0 100001 11001100 1001111 100110

Color Harmonies of #1470AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470AC

Black with #1470AC

Text Example


Text Example

White with #1470AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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