Html Css Color HEX #144D8B Dark Cerulean

📋 copy color: '#144D8B'

red 20 ◦ green 77 ◦ blue 139

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

Shades of Dark Cerulean #144D8B

Tints of Dark Cerulean #144D8B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.63%

 BLUE value IS 139 (54.69% from 255) = 58.9%

R = 8.47%
G = 32.63%
B = 58.9%

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

#144D8B (or 0x144D8B) is known color: Dark Cerulean. HEX triplet: 14, 4D and 8B. RGB value is (20,77,139). Sum of RGB (Red+Green+Blue) = 20+77+139=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #144D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144D8B is #EBB274. Grayscale: #424242. Windows color (decimal): -15446645 or 9129236. OLE color: 9129236.

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

Color convert

RGB 20 77 139 -
CMYK 0.86 0.45 0 0.45
HSL 211.26º 0.75% 0.31% -
HSV(B) 211.26º 0.86% 0.55% -
XYZ 7.6 7.32 25.44 -
YUV 67.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 20 77 139 0.86 0.45 0 0.45 211.26 0.75 0.31
Hex 14 4D 8B 56 2D 0 2D D3 4B 1F
Octal 24 115 213 126 55 0 55 323 113 37
Binary 10100 1001101 10001011 1010110 101101 0 101101 11010011 1001011 11111

Color Harmonies of #144D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D8B

Black with #144D8B

Text Example


Text Example

White with #144D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,77,139); }

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

background-color css

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

 a { background-color: rgb(20,77,139); }

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

border-color css

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

 span { border-color: rgb(20,77,139); }

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