Html Css Color HEX #144E84 Dark Cerulean

📋 copy color: '#144E84'

red 20 ◦ green 78 ◦ blue 132

#144E84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #144E84

Tints of Dark Cerulean #144E84

RGB

 RED value IS 20 (8.2% from 255) = 8.7%

 GREEN value IS 78 (30.86% from 255) = 33.91%

 BLUE value IS 132 (51.95% from 255) = 57.39%

R = 8.7%
G = 33.91%
B = 57.39%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#144E84 (or 0x144E84) is known color: Dark Cerulean. HEX triplet: 14, 4E and 84. RGB value is (20,78,132). Sum of RGB (Red+Green+Blue) = 20+78+132=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #144E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144E84 is #EBB17B. Grayscale: #424242. Windows color (decimal): -15446396 or 8670740. OLE color: 8670740.

HSL color Cylindrical-coordinate representation of color #144E84: hue angle of 208.93º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144E84 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 78 132 -
CMYK 0.85 0.41 0 0.48
HSL 208.93º 0.74% 0.3% -
HSV(B) 208.93º 0.85% 0.52% -
XYZ 7.18 7.26 22.85 -
YUV 66.81 164.78 94.61 -
System Red Green Blue C M Y K H S L
Decimal 20 78 132 0.85 0.41 0 0.48 208.93 0.74 0.3
Hex 14 4E 84 55 29 0 30 D1 4A 1E
Octal 24 116 204 125 51 0 60 321 112 36
Binary 10100 1001110 10000100 1010101 101001 0 110000 11010001 1001010 11110

Color Harmonies of #144E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144E84

Black with #144E84

Text Example


Text Example

White with #144E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,78,132); }

 H1.HeaderClassName
 {
   color: #144E84;
 }
 .AnyTagClassName
 {
   color: #144E84;
 }
</style>

background-color css

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

 a { background-color: rgb(20,78,132); }

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

border-color css

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

 span { border-color: rgb(20,78,132); }

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