Html Css Color HEX #143E63 Regal Blue

📋 copy color: '#143E63'

red 20 ◦ green 62 ◦ blue 99

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

Shades of Regal Blue #143E63

Tints of Regal Blue #143E63

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.25%

 BLUE value IS 99 (39.06% from 255) = 54.7%

R = 11.05%
G = 34.25%
B = 54.7%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#143E63 (or 0x143E63) is known color: Regal Blue. HEX triplet: 14, 3E and 63. RGB value is (20,62,99). Sum of RGB (Red+Green+Blue) = 20+62+99=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #143E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E63 is #EBC19C. Grayscale: #353535. Windows color (decimal): -15450525 or 6503956. OLE color: 6503956.

HSL color Cylindrical-coordinate representation of color #143E63: hue angle of 208.1º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143E63 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 62 99 -
CMYK 0.80 0.37 0 0.61
HSL 208.1º 0.66% 0.23% -
HSV(B) 208.1º 0.8% 0.39% -
XYZ 4.26 4.49 12.45 -
YUV 53.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 20 62 99 0.80 0.37 0 0.61 208.1 0.66 0.23
Hex 14 3E 63 50 25 0 3D D0 42 17
Octal 24 76 143 120 45 0 75 320 102 27
Binary 10100 111110 1100011 1010000 100101 0 111101 11010000 1000010 10111

Color Harmonies of #143E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143E63

Black with #143E63

Text Example


Text Example

White with #143E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143E63; }

 p { color: rgb(20,62,99); }

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

background-color css

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

 a { background-color: rgb(20,62,99); }

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

border-color css

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

 span { border-color: rgb(20,62,99); }

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