#144B7C

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

Shades of Dark Cerulean #144B7C

Tints of Dark Cerulean #144B7C

Color information

#144B7C (or 0x144B7C) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4B and 7C. RGB value is (20,75,124). Sum of RGB (Red+Green+Blue) = 20+75+124=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #144B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B7C is #EBB483. Grayscale: #3F3F3F. Windows color (decimal): -15447172 or 8145684. OLE color: 8145684.

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

Color convert

RGB2075124-
CMYK0.840.4000.51
HSL208.27º72.22%28.24%-
HSV(B)208.27º83.87%48.63%-
XYZ6.446.6420.01-
YUV64.14161.7896.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 75 (29.69% from 255) = 34.25%
BLUE value IS 124 (48.83% from 255) = 56.62%
R=9.13%
G=34.25%
B=56.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20751240.840.4000.51208.2772.2228.24
Hex144B7C5428033d0481c
Octal241131741245006332011034
Binary10100100101111111001010100101000011001111010000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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