Html Css Color HEX #143351 Regal Blue

📋 copy color: '#143351'

red 20 ◦ green 51 ◦ blue 81

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

Shades of Regal Blue #143351

Tints of Regal Blue #143351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.55%

 BLUE value IS 81 (32.03% from 255) = 53.29%

R = 13.16%
G = 33.55%
B = 53.29%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#143351 (or 0x143351) is known color: Regal Blue. HEX triplet: 14, 33 and 51. RGB value is (20,51,81). Sum of RGB (Red+Green+Blue) = 20+51+81=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #143351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143351 is #EBCCAE. Grayscale: #2D2D2D. Windows color (decimal): -15453359 or 5321492. OLE color: 5321492.

HSL color Cylindrical-coordinate representation of color #143351: hue angle of 209.51º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #143351 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 51 81 -
CMYK 0.75 0.37 0 0.68
HSL 209.51º 0.6% 0.2% -
HSV(B) 209.51º 0.75% 0.32% -
XYZ 2.96 3.11 8.23 -
YUV 45.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 20 51 81 0.75 0.37 0 0.68 209.51 0.6 0.2
Hex 14 33 51 4B 25 0 44 D2 3C 14
Octal 24 63 121 113 45 0 104 322 74 24
Binary 10100 110011 1010001 1001011 100101 0 1000100 11010010 111100 10100

Color Harmonies of #143351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143351

Black with #143351

Text Example


Text Example

White with #143351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143351; }

 p { color: rgb(20,51,81); }

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

background-color css

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

 a { background-color: rgb(20,51,81); }

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

border-color css

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

 span { border-color: rgb(20,51,81); }

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