#144C7E

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

Shades of Dark Cerulean #144C7E

Tints of Dark Cerulean #144C7E

Color information

#144C7E (or 0x144C7E) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4C and 7E. RGB value is (20,76,126). Sum of RGB (Red+Green+Blue) = 20+76+126=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 126 (49.61% from 255 or 56.76% from 222); Max value from RGB is 126 - color contains mainly: blue. Hex color #144C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C7E is #EBB381. Grayscale: #404040. Windows color (decimal): -15446914 or 8277012. OLE color: 8277012.

HSL color Cylindrical-coordinate representation of color #144C7E: hue angle of 208.3º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144C7E is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2076126-
CMYK0.840.4000.51
HSL208.3º72.6%28.63%-
HSV(B)208.3º84.13%49.41%-
XYZ6.646.8220.71-
YUV64.96162.4595.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 126 (49.61% from 255) = 56.76%
R=9.01%
G=34.23%
B=56.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20761260.840.4000.51208.372.628.63
Hex144C7E5428033d0491d
Octal241141761245006332011135
Binary10100100110011111101010100101000011001111010000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144C7E; }

 p { color: rgb(20,76,126); }

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

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

 a { background-color: rgb(20,76,126); }

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

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

 span { border-color: rgb(20,76,126); }

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