#146F99

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

Shades of Cerulean #146F99

Tints of Cerulean #146F99

Color information

#146F99 (or 0x146F99) is unknown color: approx Cerulean. HEX triplet: 14, 6F and 99. RGB value is (20,111,153). Sum of RGB (Red+Green+Blue) = 20+111+153=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #146F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146F99 is #EB9066. Grayscale: #585858. Windows color (decimal): -15437927 or 10055444. OLE color: 10055444.

HSL color Cylindrical-coordinate representation of color #146F99: hue angle of 198.95º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146F99 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB20111153-
CMYK0.870.2700.4
HSL198.95º76.88%33.92%-
HSV(B)198.95º86.93%60%-
XYZ11.7213.8232.19-
YUV88.58164.3579.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.04%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=7.04%
G=39.08%
B=53.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal201111530.870.2700.4198.9576.8833.92
Hex146F99571B028c74d22
Octal241572311273305030711542
Binary101001101111100110011010111110110101000110001111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,111,153); }

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

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

 a { background-color: rgb(20,111,153); }

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

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

 span { border-color: rgb(20,111,153); }

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