Html Css Color HEX #144060 Regal Blue

📋 copy color: '#144060'

red 20 ◦ green 64 ◦ blue 96

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

Shades of Regal Blue #144060

Tints of Regal Blue #144060

RGB

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

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

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

R = 11.11%
G = 35.56%
B = 53.33%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144060 (or 0x144060) is known color: Regal Blue. HEX triplet: 14, 40 and 60. RGB value is (20,64,96). Sum of RGB (Red+Green+Blue) = 20+64+96=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #144060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144060 is #EBBF9F. Grayscale: #363636. Windows color (decimal): -15450016 or 6307860. OLE color: 6307860.

HSL color Cylindrical-coordinate representation of color #144060: hue angle of 205.26º 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 #144060 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 64 96 -
CMYK 0.79 0.33 0 0.62
HSL 205.26º 0.66% 0.23% -
HSV(B) 205.26º 0.79% 0.38% -
XYZ 4.23 4.66 11.74 -
YUV 54.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 20 64 96 0.79 0.33 0 0.62 205.26 0.66 0.23
Hex 14 40 60 4F 21 0 3E CD 42 17
Octal 24 100 140 117 41 0 76 315 102 27
Binary 10100 1000000 1100000 1001111 100001 0 111110 11001101 1000010 10111

Color Harmonies of #144060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144060

Black with #144060

Text Example


Text Example

White with #144060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144060; }

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

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

background-color css

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

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

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

border-color css

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

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

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