#144F8E

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

Shades of Dark Cerulean #144F8E

Tints of Dark Cerulean #144F8E

Color information

#144F8E (or 0x144F8E) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4F and 8E. RGB value is (20,79,142). Sum of RGB (Red+Green+Blue) = 20+79+142=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #144F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F8E is #EBB071. Grayscale: #444444. Windows color (decimal): -15446130 or 9326356. OLE color: 9326356.

HSL color Cylindrical-coordinate representation of color #144F8E: hue angle of 210.98º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144F8E is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2079142-
CMYK0.860.4400.44
HSL210.98º75.31%31.76%-
HSV(B)210.98º85.92%55.69%-
XYZ7.977.6926.66-
YUV68.54169.4593.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=8.30%
G=32.78%
B=58.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20791420.860.4400.44210.9875.3131.76
Hex144F8E562C02Cd34b20
Octal241172161265405432311340
Binary1010010011111000111010101101011000101100110100111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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