#144071

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

Shades of Dark Cerulean #144071

Tints of Dark Cerulean #144071

Color information

#144071 (or 0x144071) is unknown color: approx Dark Cerulean. HEX triplet: 14, 40 and 71. RGB value is (20,64,113). Sum of RGB (Red+Green+Blue) = 20+64+113=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #144071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144071 is #EBBF8E. Grayscale: #383838. Windows color (decimal): -15449999 or 7421972. OLE color: 7421972.

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

Color convert

RGB2064113-
CMYK0.820.4300.56
HSL211.61º69.92%26.08%-
HSV(B)211.61º82.3%44.31%-
XYZ5.15.0116.32-
YUV56.43159.92102.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 113 (44.53% from 255) = 57.36%
R=10.15%
G=32.49%
B=57.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20641130.820.4300.56211.6169.9226.08
Hex144071522B038d4461a
Octal241001611225307032410632
Binary10100100000011100011010010101011011100011010100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144071; }

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

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

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

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

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

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

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

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