#144D92

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

Shades of Dark Cerulean #144D92

Tints of Dark Cerulean #144D92

Color information

#144D92 (or 0x144D92) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4D and 92. RGB value is (20,77,146). Sum of RGB (Red+Green+Blue) = 20+77+146=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #144D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144D92 is #EBB26D. Grayscale: #434343. Windows color (decimal): -15446638 or 9587988. OLE color: 9587988.

HSL color Cylindrical-coordinate representation of color #144D92: hue angle of 212.86º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144D92 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2077146-
CMYK0.860.4700.43
HSL212.86º75.9%32.55%-
HSV(B)212.86º86.3%57.25%-
XYZ8.137.5328.22-
YUV67.82172.1293.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 146 (57.42% from 255) = 60.08%
R=8.23%
G=31.69%
B=60.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20771460.860.4700.43212.8675.932.55
Hex144D92562F02Bd54c21
Octal241152221265705332511441
Binary1010010011011001001010101101011110101011110101011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144D92; }

 p { color: rgb(20,77,146); }

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

<style>
 a { background-color: #144D92; }

 a { background-color: rgb(20,77,146); }

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

<style>
 span { border-color: #144D92; }

 span { border-color: rgb(20,77,146); }

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