Html Css Color HEX #144D7D Dark Cerulean

📋 copy color: '#144D7D'

red 20 ◦ green 77 ◦ blue 125

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

Shades of Dark Cerulean #144D7D

Tints of Dark Cerulean #144D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.31%

R = 9.01%
G = 34.68%
B = 56.31%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#144D7D (or 0x144D7D) is known color: Dark Cerulean. HEX triplet: 14, 4D and 7D. RGB value is (20,77,125). Sum of RGB (Red+Green+Blue) = 20+77+125=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #144D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D7D is #EBB282. Grayscale: #414141. Windows color (decimal): -15446659 or 8211732. OLE color: 8211732.

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

Color convert

RGB 20 77 125 -
CMYK 0.84 0.38 0 0.51
HSL 207.43º 0.72% 0.28% -
HSV(B) 207.43º 0.84% 0.49% -
XYZ 6.64 6.94 20.39 -
YUV 65.43 161.62 95.6 -
System Red Green Blue C M Y K H S L
Decimal 20 77 125 0.84 0.38 0 0.51 207.43 0.72 0.28
Hex 14 4D 7D 54 26 0 33 CF 48 1C
Octal 24 115 175 124 46 0 63 317 110 34
Binary 10100 1001101 1111101 1010100 100110 0 110011 11001111 1001000 11100

Color Harmonies of #144D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D7D

Black with #144D7D

Text Example


Text Example

White with #144D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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