#146F9B

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

Shades of Cerulean #146F9B

Tints of Cerulean #146F9B

Color information

#146F9B (or 0x146F9B) is unknown color: approx Cerulean. HEX triplet: 14, 6F and 9B. RGB value is (20,111,155). Sum of RGB (Red+Green+Blue) = 20+111+155=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #146F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146F9B is #EB9064. Grayscale: #585858. Windows color (decimal): -15437925 or 10186516. OLE color: 10186516.

HSL color Cylindrical-coordinate representation of color #146F9B: hue angle of 199.56º 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 #146F9B is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB20111155-
CMYK0.870.2800.39
HSL199.56º77.14%34.31%-
HSV(B)199.56º87.1%60.78%-
XYZ11.8913.8833.06-
YUV88.81165.3578.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.99%
GREEN value IS 111 (43.75% from 255) = 38.81%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=6.99%
G=38.81%
B=54.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal201111550.870.2800.39199.5677.1434.31
Hex146F9B571C027c84d22
Octal241572331273404731011542
Binary101001101111100110111010111111000100111110010001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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