Html Css Color HEX #143359 Regal Blue

📋 copy color: '#143359'

red 20 ◦ green 51 ◦ blue 89

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

Shades of Regal Blue #143359

Tints of Regal Blue #143359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 55.63%

R = 12.5%
G = 31.88%
B = 55.63%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#143359 (or 0x143359) is known color: Regal Blue. HEX triplet: 14, 33 and 59. RGB value is (20,51,89). Sum of RGB (Red+Green+Blue) = 20+51+89=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #143359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143359 is #EBCCA6. Grayscale: #2D2D2D. Windows color (decimal): -15453351 or 5845780. OLE color: 5845780.

HSL color Cylindrical-coordinate representation of color #143359: hue angle of 213.04º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #143359 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 51 89 -
CMYK 0.78 0.43 0 0.65
HSL 213.04º 0.63% 0.21% -
HSV(B) 213.04º 0.78% 0.35% -
XYZ 3.28 3.24 9.9 -
YUV 46.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 20 51 89 0.78 0.43 0 0.65 213.04 0.63 0.21
Hex 14 33 59 4E 2B 0 41 D5 3F 15
Octal 24 63 131 116 53 0 101 325 77 25
Binary 10100 110011 1011001 1001110 101011 0 1000001 11010101 111111 10101

Color Harmonies of #143359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143359

Black with #143359

Text Example


Text Example

White with #143359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143359; }

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

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

background-color css

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

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

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

border-color css

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

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

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