#144F74

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

Shades of Dark Cerulean #144F74

Tints of Dark Cerulean #144F74

Color information

#144F74 (or 0x144F74) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4F and 74. RGB value is (20,79,116). Sum of RGB (Red+Green+Blue) = 20+79+116=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #144F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F74 is #EBB08B. Grayscale: #414141. Windows color (decimal): -15446156 or 7622420. OLE color: 7622420.

HSL color Cylindrical-coordinate representation of color #144F74: hue angle of 203.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144F74 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2079116-
CMYK0.830.3200.55
HSL203.12º70.59%26.67%-
HSV(B)203.12º82.76%45.49%-
XYZ6.24717.55-
YUV65.58156.4595.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 116 (45.70% from 255) = 53.95%
R=9.30%
G=36.74%
B=53.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20791160.830.3200.55203.1270.5926.67
Hex144F745320037cb471b
Octal241171641234006731310733
Binary10100100111111101001010011100000011011111001011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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