#146EA1

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

Shades of Cerulean #146EA1

Tints of Cerulean #146EA1

Color information

#146EA1 (or 0x146EA1) is unknown color: approx Cerulean. HEX triplet: 14, 6E and A1. RGB value is (20,110,161). Sum of RGB (Red+Green+Blue) = 20+110+161=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 161 (63.28% from 255 or 55.33% from 291); Max value from RGB is 161 - color contains mainly: blue. Hex color #146EA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146EA1 is #EB915E. Grayscale: #585858. Windows color (decimal): -15438175 or 10579476. OLE color: 10579476.

HSL color Cylindrical-coordinate representation of color #146EA1: hue angle of 201.7º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146EA1 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB20110161-
CMYK0.880.3200.37
HSL201.7º77.9%35.49%-
HSV(B)201.7º87.58%63.14%-
XYZ12.313.8735.75-
YUV88.9168.6878.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.87%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 161 (63.28% from 255) = 55.33%
R=6.87%
G=37.80%
B=55.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal201101610.880.3200.37201.777.935.49
Hex146EA15820025ca4e23
Octal241562411304004531211643
Binary1010011011101010000110110001000000100101110010101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146EA1; }

 p { color: rgb(20,110,161); }

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

<style>
 a { background-color: #146EA1; }

 a { background-color: rgb(20,110,161); }

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

<style>
 span { border-color: #146EA1; }

 span { border-color: rgb(20,110,161); }

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