#144475

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

Shades of Dark Cerulean #144475

Tints of Dark Cerulean #144475

Color information

#144475 (or 0x144475) is unknown color: approx Dark Cerulean. HEX triplet: 14, 44 and 75. RGB value is (20,68,117). Sum of RGB (Red+Green+Blue) = 20+68+117=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #144475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144475 is #EBBB8A. Grayscale: #3A3A3A. Windows color (decimal): -15448971 or 7685140. OLE color: 7685140.

HSL color Cylindrical-coordinate representation of color #144475: hue angle of 210.31º 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 #144475 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2068117-
CMYK0.830.4200.54
HSL210.31º70.8%26.86%-
HSV(B)210.31º82.91%45.88%-
XYZ5.575.5717.61-
YUV59.23160.6100.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=9.76%
G=33.17%
B=57.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20681170.830.4200.54210.3170.826.86
Hex144475532A036d2471b
Octal241041651235206632210733
Binary10100100010011101011010011101010011011011010010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144475; }

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

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

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

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

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

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

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

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