#144275

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

Shades of Dark Cerulean #144275

Tints of Dark Cerulean #144275

Color information

#144275 (or 0x144275) is unknown color: approx Dark Cerulean. HEX triplet: 14, 42 and 75. RGB value is (20,66,117). Sum of RGB (Red+Green+Blue) = 20+66+117=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #144275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144275 is #EBBD8A. Grayscale: #393939. Windows color (decimal): -15449483 or 7684628. OLE color: 7684628.

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

Color convert

RGB2066117-
CMYK0.830.4400.54
HSL211.55º70.8%26.86%-
HSV(B)211.55º82.91%45.88%-
XYZ5.455.3317.57-
YUV58.06161.26100.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=9.85%
G=32.51%
B=57.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20661170.830.4400.54211.5570.826.86
Hex144275532C036d4471b
Octal241021651235406632410733
Binary10100100001011101011010011101100011011011010100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144275; }

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

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

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

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

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

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

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

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