#144B79

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

Shades of Dark Cerulean #144B79

Tints of Dark Cerulean #144B79

Color information

#144B79 (or 0x144B79) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4B and 79. RGB value is (20,75,121). Sum of RGB (Red+Green+Blue) = 20+75+121=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #144B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B79 is #EBB486. Grayscale: #3F3F3F. Windows color (decimal): -15447175 or 7949076. OLE color: 7949076.

HSL color Cylindrical-coordinate representation of color #144B79: hue angle of 207.33º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144B79 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2075121-
CMYK0.830.3800.53
HSL207.33º71.63%27.65%-
HSV(B)207.33º83.47%47.45%-
XYZ6.266.5619.03-
YUV63.8160.2896.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 121 (47.66% from 255) = 56.02%
R=9.26%
G=34.72%
B=56.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20751210.830.3800.53207.3371.6327.65
Hex144B795326035cf481c
Octal241131711234606531711034
Binary10100100101111110011010011100110011010111001111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,75,121); }

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

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

 a { background-color: rgb(20,75,121); }

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

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

 span { border-color: rgb(20,75,121); }

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