#1481B4

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

Shades of Cerulean #1481B4

Tints of Cerulean #1481B4

Color information

#1481B4 (or 0x1481B4) is unknown color: approx Cerulean. HEX triplet: 14, 81 and B4. RGB value is (20,129,180). Sum of RGB (Red+Green+Blue) = 20+129+180=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #1481B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1481B4 is #EB7E4B. Grayscale: #656565. Windows color (decimal): -15433292 or 11829524. OLE color: 11829524.

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

Color convert

RGB20129180-
CMYK0.890.2800.29
HSL199.12º80%39.22%-
HSV(B)199.12º88.89%70.59%-
XYZ16.3819.1446.01-
YUV102.22171.8969.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.08%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 180 (70.70% from 255) = 54.71%
R=6.08%
G=39.21%
B=54.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201291800.890.2800.29199.128039.22
Hex1481B4591C01Dc75027
Octal242012641313403530712047
Binary101001000000110110100101100111100011101110001111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1481B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1481B4; }

 p { color: rgb(20,129,180); }

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

<style>
 a { background-color: #1481B4; }

 a { background-color: rgb(20,129,180); }

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

<style>
 span { border-color: #1481B4; }

 span { border-color: rgb(20,129,180); }

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