Html Css Color HEX #144791 Dark Cerulean

📋 copy color: '#144791'

red 20 ◦ green 71 ◦ blue 145

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

Shades of Dark Cerulean #144791

Tints of Dark Cerulean #144791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.08%

 BLUE value IS 145 (57.03% from 255) = 61.44%

R = 8.47%
G = 30.08%
B = 61.44%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#144791 (or 0x144791) is known color: Dark Cerulean. HEX triplet: 14, 47 and 91. RGB value is (20,71,145). Sum of RGB (Red+Green+Blue) = 20+71+145=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #144791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144791 is #EBB86E. Grayscale: #3F3F3F. Windows color (decimal): -15448175 or 9520916. OLE color: 9520916.

HSL color Cylindrical-coordinate representation of color #144791: hue angle of 215.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144791 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 71 145 -
CMYK 0.86 0.51 0 0.43
HSL 215.52º 0.76% 0.32% -
HSV(B) 215.52º 0.86% 0.57% -
XYZ 7.65 6.7 27.68 -
YUV 64.19 173.6 96.48 -
System Red Green Blue C M Y K H S L
Decimal 20 71 145 0.86 0.51 0 0.43 215.52 0.76 0.32
Hex 14 47 91 56 33 0 2B D8 4C 20
Octal 24 107 221 126 63 0 53 330 114 40
Binary 10100 1000111 10010001 1010110 110011 0 101011 11011000 1001100 100000

Color Harmonies of #144791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144791

Black with #144791

Text Example


Text Example

White with #144791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144791; }

 p { color: rgb(20,71,145); }

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

background-color css

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

 a { background-color: rgb(20,71,145); }

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

border-color css

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

 span { border-color: rgb(20,71,145); }

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