#1484A6

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

Shades of Cerulean #1484A6

Tints of Cerulean #1484A6

Color information

#1484A6 (or 0x1484A6) is unknown color: approx Cerulean. HEX triplet: 14, 84 and A6. RGB value is (20,132,166). Sum of RGB (Red+Green+Blue) = 20+132+166=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 166 (65.23% from 255 or 52.20% from 318); Max value from RGB is 166 - color contains mainly: blue. Hex color #1484A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1484A6 is #EB7B59. Grayscale: #666666. Windows color (decimal): -15432538 or 10912788. OLE color: 10912788.

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

Color convert

RGB20132166-
CMYK0.880.2000.35
HSL193.97º78.49%36.47%-
HSV(B)193.97º87.95%65.1%-
XYZ15.4219.439.01-
YUV102.39163.8969.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.29%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 166 (65.23% from 255) = 52.20%
R=6.29%
G=41.51%
B=52.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201321660.880.2000.35193.9778.4936.47
Hex1484A65814023c24e24
Octal242042461302404330211644
Binary1010010000100101001101011000101000100011110000101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1484A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1484A6; }

 p { color: rgb(20,132,166); }

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

<style>
 a { background-color: #1484A6; }

 a { background-color: rgb(20,132,166); }

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

<style>
 span { border-color: #1484A6; }

 span { border-color: rgb(20,132,166); }

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