Html Css Color HEX #144063 Regal Blue

📋 copy color: '#144063'

red 20 ◦ green 64 ◦ blue 99

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

Shades of Regal Blue #144063

Tints of Regal Blue #144063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.97%

 BLUE value IS 99 (39.06% from 255) = 54.1%

R = 10.93%
G = 34.97%
B = 54.1%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#144063 (or 0x144063) is known color: Regal Blue. HEX triplet: 14, 40 and 63. RGB value is (20,64,99). Sum of RGB (Red+Green+Blue) = 20+64+99=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #144063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144063 is #EBBF9C. Grayscale: #363636. Windows color (decimal): -15450013 or 6504468. OLE color: 6504468.

HSL color Cylindrical-coordinate representation of color #144063: hue angle of 206.58º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144063 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 64 99 -
CMYK 0.80 0.35 0 0.61
HSL 206.58º 0.66% 0.23% -
HSV(B) 206.58º 0.8% 0.39% -
XYZ 4.37 4.72 12.48 -
YUV 54.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 20 64 99 0.80 0.35 0 0.61 206.58 0.66 0.23
Hex 14 40 63 50 23 0 3D CF 42 17
Octal 24 100 143 120 43 0 75 317 102 27
Binary 10100 1000000 1100011 1010000 100011 0 111101 11001111 1000010 10111

Color Harmonies of #144063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144063

Black with #144063

Text Example


Text Example

White with #144063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144063; }

 p { color: rgb(20,64,99); }

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

background-color css

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

 a { background-color: rgb(20,64,99); }

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

border-color css

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

 span { border-color: rgb(20,64,99); }

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