#1481BF

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

Shades of Cerulean #1481BF

Tints of Cerulean #1481BF

Color information

#1481BF (or 0x1481BF) is unknown color: approx Cerulean. HEX triplet: 14, 81 and BF. RGB value is (20,129,191). Sum of RGB (Red+Green+Blue) = 20+129+191=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #1481BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1481BF is #EB7E40. Grayscale: #676767. Windows color (decimal): -15433281 or 12550420. OLE color: 12550420.

HSL color Cylindrical-coordinate representation of color #1481BF: hue angle of 201.75º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1481BF is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB20129191-
CMYK0.900.3200.25
HSL201.75º81.04%41.37%-
HSV(B)201.75º89.53%74.9%-
XYZ17.5419.6152.15-
YUV103.48177.3968.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.88%
GREEN value IS 129 (50.78% from 255) = 37.94%
BLUE value IS 191 (75% from 255) = 56.18%
R=5.88%
G=37.94%
B=56.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal201291910.900.3200.25201.7581.0441.37
Hex1481BF5A20019ca5129
Octal242012771324003131212151
Binary1010010000001101111111011010100000011001110010101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1481BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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