Html Css Color HEX #143662 Regal Blue

📋 copy color: '#143662'

red 20 ◦ green 54 ◦ blue 98

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

Shades of Regal Blue #143662

Tints of Regal Blue #143662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

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

R = 11.63%
G = 31.4%
B = 56.98%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#143662 (or 0x143662) is known color: Regal Blue. HEX triplet: 14, 36 and 62. RGB value is (20,54,98). Sum of RGB (Red+Green+Blue) = 20+54+98=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #143662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143662 is #EBC99D. Grayscale: #303030. Windows color (decimal): -15452574 or 6436372. OLE color: 6436372.

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

Color convert

RGB 20 54 98 -
CMYK 0.80 0.45 0 0.62
HSL 213.85º 0.66% 0.23% -
HSV(B) 213.85º 0.8% 0.38% -
XYZ 3.81 3.67 12.06 -
YUV 48.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 20 54 98 0.80 0.45 0 0.62 213.85 0.66 0.23
Hex 14 36 62 50 2D 0 3E D6 42 17
Octal 24 66 142 120 55 0 76 326 102 27
Binary 10100 110110 1100010 1010000 101101 0 111110 11010110 1000010 10111

Color Harmonies of #143662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143662

Black with #143662

Text Example


Text Example

White with #143662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143662; }

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

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

background-color css

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

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

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

border-color css

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

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

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