#1584B1

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

Shades of Cerulean #1584B1

Tints of Cerulean #1584B1

Color information

#1584B1 (or 0x1584B1) is unknown color: approx Cerulean. HEX triplet: 15, 84 and B1. RGB value is (21,132,177). Sum of RGB (Red+Green+Blue) = 21+132+177=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 177 (69.53% from 255 or 53.64% from 330); Max value from RGB is 177 - color contains mainly: blue. Hex color #1584B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1584B1 is #EA7B4E. Grayscale: #676767. Windows color (decimal): -15366991 or 11633685. OLE color: 11633685.

HSL color Cylindrical-coordinate representation of color #1584B1: hue angle of 197.31º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1584B1 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB21132177-
CMYK0.880.2500.31
HSL197.31º78.79%38.82%-
HSV(B)197.31º88.14%69.41%-
XYZ16.519.8444.55-
YUV103.94169.2368.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.36%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 177 (69.53% from 255) = 53.64%
R=6.36%
G=40%
B=53.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal211321770.880.2500.31197.3178.7938.82
Hex1584B1581901Fc54f27
Octal252042611303103730511747
Binary101011000010010110001101100011001011111110001011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1584B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1584B1; }

 p { color: rgb(21,132,177); }

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

<style>
 a { background-color: #1584B1; }

 a { background-color: rgb(21,132,177); }

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

<style>
 span { border-color: #1584B1; }

 span { border-color: rgb(21,132,177); }

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