Html Css Color HEX #144E8D Dark Cerulean

📋 copy color: '#144E8D'

red 20 ◦ green 78 ◦ blue 141

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

Shades of Dark Cerulean #144E8D

Tints of Dark Cerulean #144E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59%

R = 8.37%
G = 32.64%
B = 59%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#144E8D (or 0x144E8D) is known color: Dark Cerulean. HEX triplet: 14, 4E and 8D. RGB value is (20,78,141). Sum of RGB (Red+Green+Blue) = 20+78+141=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #144E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144E8D is #EBB172. Grayscale: #434343. Windows color (decimal): -15446387 or 9260564. OLE color: 9260564.

HSL color Cylindrical-coordinate representation of color #144E8D: hue angle of 211.24º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144E8D is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 78 141 -
CMYK 0.86 0.45 0 0.45
HSL 211.24º 0.75% 0.32% -
HSV(B) 211.24º 0.86% 0.55% -
XYZ 7.82 7.52 26.24 -
YUV 67.84 169.28 93.88 -
System Red Green Blue C M Y K H S L
Decimal 20 78 141 0.86 0.45 0 0.45 211.24 0.75 0.32
Hex 14 4E 8D 56 2D 0 2D D3 4B 20
Octal 24 116 215 126 55 0 55 323 113 40
Binary 10100 1001110 10001101 1010110 101101 0 101101 11010011 1001011 100000

Color Harmonies of #144E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144E8D

Black with #144E8D

Text Example


Text Example

White with #144E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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