#1470A5

Color #1470A5 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1470A5

Tints of Cerulean #1470A5

Color information

#1470A5 (or 0x1470A5) is unknown color: approx Cerulean. HEX triplet: 14, 70 and A5. RGB value is (20,112,165). Sum of RGB (Red+Green+Blue) = 20+112+165=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 165 (64.84% from 255 or 55.56% from 297); Max value from RGB is 165 - color contains mainly: blue. Hex color #1470A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1470A5 is #EB8F5A. Grayscale: #5A5A5A. Windows color (decimal): -15437659 or 10842132. OLE color: 10842132.

HSL color Cylindrical-coordinate representation of color #1470A5: hue angle of 201.93º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1470A5 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB20112165-
CMYK0.880.3200.35
HSL201.93º78.38%36.27%-
HSV(B)201.93º87.88%64.71%-
XYZ12.8714.4537.71-
YUV90.53170.0277.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.73%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 165 (64.84% from 255) = 55.56%
R=6.73%
G=37.71%
B=55.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201121650.880.3200.35201.9378.3836.27
Hex1470A55820023ca4e24
Octal241602451304004331211644
Binary1010011100001010010110110001000000100011110010101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1470A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1470A5;
 }
 .AnyTagClassName
 {
   color: #1470A5;
 }
</style>
background-color css

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

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

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

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

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

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