Html Css Color HEX #144064 Regal Blue

📋 copy color: '#144064'

red 20 ◦ green 64 ◦ blue 100

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

Shades of Regal Blue #144064

Tints of Regal Blue #144064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 54.35%

R = 10.87%
G = 34.78%
B = 54.35%

CMYK

 C value IS 0.8

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#144064 (or 0x144064) is known color: Regal Blue. HEX triplet: 14, 40 and 64. RGB value is (20,64,100). Sum of RGB (Red+Green+Blue) = 20+64+100=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 100 (39.45% from 255 or 54.35% from 184); Max value from RGB is 100 - color contains mainly: blue. Hex color #144064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144064 is #EBBF9B. Grayscale: #363636. Windows color (decimal): -15450012 or 6570004. OLE color: 6570004.

HSL color Cylindrical-coordinate representation of color #144064: hue angle of 207º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144064 is Cyan = 0.8, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 64 100 -
CMYK 0.8 0.36 0 0.61
HSL 207º 0.67% 0.24% -
HSV(B) 207º 0.8% 0.39% -
XYZ 4.42 4.74 12.74 -
YUV 54.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 20 64 100 0.8 0.36 0 0.61 207 0.67 0.24
Hex 14 40 64 50 24 0 3D CF 43 18
Octal 24 100 144 120 44 0 75 317 103 30
Binary 10100 1000000 1100100 1010000 100100 0 111101 11001111 1000011 11000

Color Harmonies of #144064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144064

Black with #144064

Text Example


Text Example

White with #144064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144064; }

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

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

background-color css

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

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

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

border-color css

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

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

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