Html Css Color HEX #144166 Regal Blue

📋 copy color: '#144166'

red 20 ◦ green 65 ◦ blue 102

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

Shades of Regal Blue #144166

Tints of Regal Blue #144166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 54.55%

R = 10.7%
G = 34.76%
B = 54.55%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#144166 (or 0x144166) is known color: Regal Blue. HEX triplet: 14, 41 and 66. RGB value is (20,65,102). Sum of RGB (Red+Green+Blue) = 20+65+102=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #144166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144166 is #EBBE99. Grayscale: #373737. Windows color (decimal): -15449754 or 6701332. OLE color: 6701332.

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

Color convert

RGB 20 65 102 -
CMYK 0.80 0.36 0 0.6
HSL 207.07º 0.67% 0.24% -
HSV(B) 207.07º 0.8% 0.4% -
XYZ 4.58 4.89 13.27 -
YUV 55.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 20 65 102 0.80 0.36 0 0.6 207.07 0.67 0.24
Hex 14 41 66 50 24 0 3C CF 43 18
Octal 24 101 146 120 44 0 74 317 103 30
Binary 10100 1000001 1100110 1010000 100100 0 111100 11001111 1000011 11000

Color Harmonies of #144166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144166

Black with #144166

Text Example


Text Example

White with #144166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144166; }

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

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

background-color css

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

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

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

border-color css

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

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

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