#144072

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

Shades of Dark Cerulean #144072

Tints of Dark Cerulean #144072

Color information

#144072 (or 0x144072) is unknown color: approx Dark Cerulean. HEX triplet: 14, 40 and 72. RGB value is (20,64,114). Sum of RGB (Red+Green+Blue) = 20+64+114=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #144072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144072 is #EBBF8D. Grayscale: #383838. Windows color (decimal): -15449998 or 7487508. OLE color: 7487508.

HSL color Cylindrical-coordinate representation of color #144072: hue angle of 211.91º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144072 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2064114-
CMYK0.820.4400.55
HSL211.91º70.15%26.27%-
HSV(B)211.91º82.46%44.71%-
XYZ5.165.0316.62-
YUV56.54160.42101.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 114 (44.92% from 255) = 57.58%
R=10.10%
G=32.32%
B=57.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20641140.820.4400.55211.9170.1526.27
Hex144072522C037d4461a
Octal241001621225406732410632
Binary10100100000011100101010010101100011011111010100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144072; }

 p { color: rgb(20,64,114); }

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

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

 a { background-color: rgb(20,64,114); }

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

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

 span { border-color: rgb(20,64,114); }

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