Html Css Color HEX #1470AA Cerulean

📋 copy color: '#1470AA'

red 20 ◦ green 112 ◦ blue 170

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

Shades of Cerulean #1470AA

Tints of Cerulean #1470AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 6.62%
G = 37.09%
B = 56.29%

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

#1470AA (or 0x1470AA) is known color: Cerulean. HEX triplet: 14, 70 and AA. RGB value is (20,112,170). Sum of RGB (Red+Green+Blue) = 20+112+170=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #1470AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1470AA is #EB8F55. Grayscale: #5A5A5A. Windows color (decimal): -15437654 or 11169812. OLE color: 11169812.

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

Color convert

RGB 20 112 170 -
CMYK 0.88 0.34 0 0.33
HSL 203.2º 0.79% 0.37% -
HSV(B) 203.2º 0.88% 0.67% -
XYZ 13.34 14.64 40.15 -
YUV 91.1 172.52 77.28 -
System Red Green Blue C M Y K H S L
Decimal 20 112 170 0.88 0.34 0 0.33 203.2 0.79 0.37
Hex 14 70 AA 58 22 0 21 CB 4F 25
Octal 24 160 252 130 42 0 41 313 117 45
Binary 10100 1110000 10101010 1011000 100010 0 100001 11001011 1001111 100101

Color Harmonies of #1470AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470AA

Black with #1470AA

Text Example


Text Example

White with #1470AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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