Html Css Color HEX #144160 Regal Blue

📋 copy color: '#144160'

red 20 ◦ green 65 ◦ blue 96

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

Shades of Regal Blue #144160

Tints of Regal Blue #144160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.91%

 BLUE value IS 96 (37.89% from 255) = 53.04%

R = 11.05%
G = 35.91%
B = 53.04%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144160 (or 0x144160) is known color: Regal Blue. HEX triplet: 14, 41 and 60. RGB value is (20,65,96). Sum of RGB (Red+Green+Blue) = 20+65+96=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #144160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144160 is #EBBE9F. Grayscale: #363636. Windows color (decimal): -15449760 or 6308116. OLE color: 6308116.

HSL color Cylindrical-coordinate representation of color #144160: hue angle of 204.47º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #144160 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 65 96 -
CMYK 0.79 0.32 0 0.62
HSL 204.47º 0.66% 0.23% -
HSV(B) 204.47º 0.79% 0.38% -
XYZ 4.29 4.77 11.76 -
YUV 55.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 20 65 96 0.79 0.32 0 0.62 204.47 0.66 0.23
Hex 14 41 60 4F 20 0 3E CC 42 17
Octal 24 101 140 117 40 0 76 314 102 27
Binary 10100 1000001 1100000 1001111 100000 0 111110 11001100 1000010 10111

Color Harmonies of #144160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144160

Black with #144160

Text Example


Text Example

White with #144160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144160; }

 p { color: rgb(20,65,96); }

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

background-color css

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

 a { background-color: rgb(20,65,96); }

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

border-color css

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

 span { border-color: rgb(20,65,96); }

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