#144A75

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

Shades of Dark Cerulean #144A75

Tints of Dark Cerulean #144A75

Color information

#144A75 (or 0x144A75) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4A and 75. RGB value is (20,74,117). Sum of RGB (Red+Green+Blue) = 20+74+117=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #144A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A75 is #EBB58A. Grayscale: #3E3E3E. Windows color (decimal): -15447435 or 7686676. OLE color: 7686676.

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

Color convert

RGB2074117-
CMYK0.830.3700.54
HSL206.6º70.8%26.86%-
HSV(B)206.6º82.91%45.88%-
XYZ5.956.3317.74-
YUV62.76158.6197.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 117 (46.09% from 255) = 55.45%
R=9.48%
G=35.07%
B=55.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20741170.830.3700.54206.670.826.86
Hex144A755325036cf471b
Octal241121651234506631710733
Binary10100100101011101011010011100101011011011001111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,74,117); }

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

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

 a { background-color: rgb(20,74,117); }

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

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

 span { border-color: rgb(20,74,117); }

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