Html Css Color HEX #144062 Regal Blue

📋 copy color: '#144062'

red 20 ◦ green 64 ◦ blue 98

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

Shades of Regal Blue #144062

Tints of Regal Blue #144062

RGB

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

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

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

R = 10.99%
G = 35.16%
B = 53.85%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144062 (or 0x144062) is known color: Regal Blue. HEX triplet: 14, 40 and 62. RGB value is (20,64,98). Sum of RGB (Red+Green+Blue) = 20+64+98=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #144062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144062 is #EBBF9D. Grayscale: #363636. Windows color (decimal): -15450014 or 6438932. OLE color: 6438932.

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

Color convert

RGB 20 64 98 -
CMYK 0.80 0.35 0 0.62
HSL 206.15º 0.66% 0.23% -
HSV(B) 206.15º 0.8% 0.38% -
XYZ 4.33 4.7 12.23 -
YUV 54.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 20 64 98 0.80 0.35 0 0.62 206.15 0.66 0.23
Hex 14 40 62 50 23 0 3E CE 42 17
Octal 24 100 142 120 43 0 76 316 102 27
Binary 10100 1000000 1100010 1010000 100011 0 111110 11001110 1000010 10111

Color Harmonies of #144062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144062

Black with #144062

Text Example


Text Example

White with #144062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144062; }

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

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

background-color css

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

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

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

border-color css

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

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

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