#144373

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

Shades of Dark Cerulean #144373

Tints of Dark Cerulean #144373

Color information

#144373 (or 0x144373) is unknown color: approx Dark Cerulean. HEX triplet: 14, 43 and 73. RGB value is (20,67,115). Sum of RGB (Red+Green+Blue) = 20+67+115=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #144373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144373 is #EBBC8C. Grayscale: #3A3A3A. Windows color (decimal): -15449229 or 7553812. OLE color: 7553812.

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

Color convert

RGB2067115-
CMYK0.830.4200.55
HSL210.32º70.37%26.47%-
HSV(B)210.32º82.61%45.1%-
XYZ5.395.416.98-
YUV58.42159.93100.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 115 (45.31% from 255) = 56.93%
R=9.90%
G=33.17%
B=56.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20671150.830.4200.55210.3270.3726.47
Hex144373532A037d2461a
Octal241031631235206732210632
Binary10100100001111100111010011101010011011111010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144373; }

 p { color: rgb(20,67,115); }

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

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

 a { background-color: rgb(20,67,115); }

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

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

 span { border-color: rgb(20,67,115); }

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