#1484B6

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

Shades of Cerulean #1484B6

Tints of Cerulean #1484B6

Color information

#1484B6 (or 0x1484B6) is unknown color: approx Cerulean. HEX triplet: 14, 84 and B6. RGB value is (20,132,182). Sum of RGB (Red+Green+Blue) = 20+132+182=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 182 (71.48% from 255 or 54.49% from 334); Max value from RGB is 182 - color contains mainly: blue. Hex color #1484B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1484B6 is #EB7B49. Grayscale: #676767. Windows color (decimal): -15432522 or 11961364. OLE color: 11961364.

HSL color Cylindrical-coordinate representation of color #1484B6: hue angle of 198.52º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1484B6 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB20132182-
CMYK0.890.2700.29
HSL198.52º80.2%39.61%-
HSV(B)198.52º89.01%71.37%-
XYZ16.9820.0347.23-
YUV104.21171.8967.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.99%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 182 (71.48% from 255) = 54.49%
R=5.99%
G=39.52%
B=54.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201321820.890.2700.29198.5280.239.61
Hex1484B6591B01Dc75028
Octal242042661313303530712050
Binary101001000010010110110101100111011011101110001111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1484B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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