Html Css Color HEX #144262 Regal Blue

📋 copy color: '#144262'

red 20 ◦ green 66 ◦ blue 98

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

Shades of Regal Blue #144262

Tints of Regal Blue #144262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

 BLUE value IS 98 (38.67% from 255) = 53.26%

R = 10.87%
G = 35.87%
B = 53.26%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144262 (or 0x144262) is known color: Regal Blue. HEX triplet: 14, 42 and 62. RGB value is (20,66,98). Sum of RGB (Red+Green+Blue) = 20+66+98=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #144262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144262 is #EBBD9D. Grayscale: #373737. Windows color (decimal): -15449502 or 6439444. OLE color: 6439444.

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

Color convert

RGB 20 66 98 -
CMYK 0.80 0.33 0 0.62
HSL 204.62º 0.66% 0.23% -
HSV(B) 204.62º 0.8% 0.38% -
XYZ 4.44 4.93 12.27 -
YUV 55.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 20 66 98 0.80 0.33 0 0.62 204.62 0.66 0.23
Hex 14 42 62 50 21 0 3E CD 42 17
Octal 24 102 142 120 41 0 76 315 102 27
Binary 10100 1000010 1100010 1010000 100001 0 111110 11001101 1000010 10111

Color Harmonies of #144262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144262

Black with #144262

Text Example


Text Example

White with #144262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144262; }

 p { color: rgb(20,66,98); }

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

background-color css

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

 a { background-color: rgb(20,66,98); }

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

border-color css

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

 span { border-color: rgb(20,66,98); }

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