#146a9b

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

Shades of Cerulean #146A9B

Tints of Cerulean #146A9B

Color information

#146A9B (or 0x146A9B) is unknown color: approx Cerulean. HEX triplet: 14, 6A and 9B. RGB value is (20,106,155). Sum of RGB (Red+Green+Blue) = 20+106+155=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #146A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146A9B is #EB9564. Grayscale: #555555. Windows color (decimal): -15439205 or 10185236. OLE color: 10185236.

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

Color convert

RGB20106155-
CMYK0.870.3200.39
HSL201.78º77.14%34.31%-
HSV(B)201.78º87.1%60.78%-
XYZ11.3612.8232.89-
YUV85.87167.0181.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.12%
GREEN value IS 106 (41.80% from 255) = 37.72%
BLUE value IS 155 (60.94% from 255) = 55.16%
R=7.12%
G=37.72%
B=55.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal201061550.870.3200.39201.7877.1434.31
Hex146A9B5720027ca4d22
Octal241522331274004731211542
Binary1010011010101001101110101111000000100111110010101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146a9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,106,155); }

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

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

 a { background-color: rgb(20,106,155); }

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

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

 span { border-color: rgb(20,106,155); }

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