Html Css Color HEX #144D71 Dark Cerulean

📋 copy color: '#144D71'

red 20 ◦ green 77 ◦ blue 113

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

Shades of Dark Cerulean #144D71

Tints of Dark Cerulean #144D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 53.81%

R = 9.52%
G = 36.67%
B = 53.81%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#144D71 (or 0x144D71) is known color: Dark Cerulean. HEX triplet: 14, 4D and 71. RGB value is (20,77,113). Sum of RGB (Red+Green+Blue) = 20+77+113=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #144D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D71 is #EBB28E. Grayscale: #3F3F3F. Windows color (decimal): -15446671 or 7425300. OLE color: 7425300.

HSL color Cylindrical-coordinate representation of color #144D71: hue angle of 203.23º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144D71 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 77 113 -
CMYK 0.82 0.32 0 0.56
HSL 203.23º 0.7% 0.26% -
HSV(B) 203.23º 0.82% 0.44% -
XYZ 5.92 6.65 16.59 -
YUV 64.06 155.62 96.57 -
System Red Green Blue C M Y K H S L
Decimal 20 77 113 0.82 0.32 0 0.56 203.23 0.7 0.26
Hex 14 4D 71 52 20 0 38 CB 46 1A
Octal 24 115 161 122 40 0 70 313 106 32
Binary 10100 1001101 1110001 1010010 100000 0 111000 11001011 1000110 11010

Color Harmonies of #144D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D71

Black with #144D71

Text Example


Text Example

White with #144D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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