#144172

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

Shades of Dark Cerulean #144172

Tints of Dark Cerulean #144172

Color information

#144172 (or 0x144172) is unknown color: approx Dark Cerulean. HEX triplet: 14, 41 and 72. RGB value is (20,65,114). Sum of RGB (Red+Green+Blue) = 20+65+114=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #144172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144172 is #EBBE8D. Grayscale: #383838. Windows color (decimal): -15449742 or 7487764. OLE color: 7487764.

HSL color Cylindrical-coordinate representation of color #144172: hue angle of 211.28º 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 #144172 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2065114-
CMYK0.820.4300.55
HSL211.28º70.15%26.27%-
HSV(B)211.28º82.46%44.71%-
XYZ5.225.1416.64-
YUV57.13160.09101.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=10.05%
G=32.66%
B=57.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20651140.820.4300.55211.2870.1526.27
Hex144172522B037d3461a
Octal241011621225306732310632
Binary10100100000111100101010010101011011011111010011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144172; }

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

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

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

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

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

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

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

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