#144F7E

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

Shades of Dark Cerulean #144F7E

Tints of Dark Cerulean #144F7E

Color information

#144F7E (or 0x144F7E) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4F and 7E. RGB value is (20,79,126). Sum of RGB (Red+Green+Blue) = 20+79+126=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #144F7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F7E is #EBB081. Grayscale: #424242. Windows color (decimal): -15446146 or 8277780. OLE color: 8277780.

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

Color convert

RGB2079126-
CMYK0.840.3700.51
HSL206.6º72.6%28.63%-
HSV(B)206.6º84.13%49.41%-
XYZ6.857.2520.78-
YUV66.72161.4594.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 126 (49.61% from 255) = 56%
R=8.89%
G=35.11%
B=56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20791260.840.3700.51206.672.628.63
Hex144F7E5425033cf491d
Octal241171761244506331711135
Binary10100100111111111101010100100101011001111001111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,79,126); }

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

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

 a { background-color: rgb(20,79,126); }

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

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

 span { border-color: rgb(20,79,126); }

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