Html Css Color HEX #144B71 Dark Cerulean

📋 copy color: '#144B71'

red 20 ◦ green 75 ◦ blue 113

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

Shades of Dark Cerulean #144B71

Tints of Dark Cerulean #144B71

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.06%

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

R = 9.62%
G = 36.06%
B = 54.33%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#144B71 (or 0x144B71) is known color: Dark Cerulean. HEX triplet: 14, 4B and 71. RGB value is (20,75,113). Sum of RGB (Red+Green+Blue) = 20+75+113=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #144B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B71 is #EBB48E. Grayscale: #3E3E3E. Windows color (decimal): -15447183 or 7424788. OLE color: 7424788.

HSL color Cylindrical-coordinate representation of color #144B71: hue angle of 204.52º 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 #144B71 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 75 113 -
CMYK 0.82 0.34 0 0.56
HSL 204.52º 0.7% 0.26% -
HSV(B) 204.52º 0.82% 0.44% -
XYZ 5.79 6.37 16.55 -
YUV 62.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 20 75 113 0.82 0.34 0 0.56 204.52 0.7 0.26
Hex 14 4B 71 52 22 0 38 CD 46 1A
Octal 24 113 161 122 42 0 70 315 106 32
Binary 10100 1001011 1110001 1010010 100010 0 111000 11001101 1000110 11010

Color Harmonies of #144B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144B71

Black with #144B71

Text Example


Text Example

White with #144B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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