#144C6E

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

Shades of Dark Cerulean #144C6E

Tints of Dark Cerulean #144C6E

Color information

#144C6E (or 0x144C6E) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4C and 6E. RGB value is (20,76,110). Sum of RGB (Red+Green+Blue) = 20+76+110=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #144C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C6E is #EBB391. Grayscale: #3E3E3E. Windows color (decimal): -15446930 or 7228436. OLE color: 7228436.

HSL color Cylindrical-coordinate representation of color #144C6E: hue angle of 202.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144C6E is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2076110-
CMYK0.820.3100.57
HSL202.67º69.23%25.49%-
HSV(B)202.67º81.82%43.14%-
XYZ5.696.4415.7-
YUV63.13154.4597.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.71%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=9.71%
G=36.89%
B=53.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20761100.820.3100.57202.6769.2325.49
Hex144C6E521F039cb4519
Octal241141561223707131310531
Binary1010010011001101110101001011111011100111001011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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