#144D7A

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

Shades of Dark Cerulean #144D7A

Tints of Dark Cerulean #144D7A

Color information

#144D7A (or 0x144D7A) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4D and 7A. RGB value is (20,77,122). Sum of RGB (Red+Green+Blue) = 20+77+122=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #144D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D7A is #EBB285. Grayscale: #404040. Windows color (decimal): -15446662 or 8015124. OLE color: 8015124.

HSL color Cylindrical-coordinate representation of color #144D7A: hue angle of 206.47º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144D7A is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2077122-
CMYK0.840.3700.52
HSL206.47º71.83%27.84%-
HSV(B)206.47º83.61%47.84%-
XYZ6.466.8619.4-
YUV65.09160.1295.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 77 (30.47% from 255) = 35.16%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=9.13%
G=35.16%
B=55.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20771220.840.3700.52206.4771.8327.84
Hex144D7A5425034ce481c
Octal241151721244506431611034
Binary10100100110111110101010100100101011010011001110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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