#144671

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

Shades of Dark Cerulean #144671

Tints of Dark Cerulean #144671

Color information

#144671 (or 0x144671) is unknown color: approx Dark Cerulean. HEX triplet: 14, 46 and 71. RGB value is (20,70,113). Sum of RGB (Red+Green+Blue) = 20+70+113=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #144671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144671 is #EBB98E. Grayscale: #3B3B3B. Windows color (decimal): -15448463 or 7423508. OLE color: 7423508.

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

Color convert

RGB2070113-
CMYK0.820.3800.56
HSL207.74º69.92%26.08%-
HSV(B)207.74º82.3%44.31%-
XYZ5.465.7216.44-
YUV59.95157.9499.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=9.85%
G=34.48%
B=55.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20701130.820.3800.56207.7469.9226.08
Hex1446715226038d0461a
Octal241061611224607032010632
Binary10100100011011100011010010100110011100011010000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144671; }

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

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

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

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

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

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

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

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