Html Css Color HEX #143759 Regal Blue

📋 copy color: '#143759'

red 20 ◦ green 55 ◦ blue 89

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

Shades of Regal Blue #143759

Tints of Regal Blue #143759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.54%

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

R = 12.2%
G = 33.54%
B = 54.27%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#143759 (or 0x143759) is known color: Regal Blue. HEX triplet: 14, 37 and 59. RGB value is (20,55,89). Sum of RGB (Red+Green+Blue) = 20+55+89=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #143759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143759 is #EBC8A6. Grayscale: #303030. Windows color (decimal): -15452327 or 5846804. OLE color: 5846804.

HSL color Cylindrical-coordinate representation of color #143759: hue angle of 209.57º 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 #143759 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 55 89 -
CMYK 0.78 0.38 0 0.65
HSL 209.57º 0.63% 0.21% -
HSV(B) 209.57º 0.78% 0.35% -
XYZ 3.46 3.6 9.96 -
YUV 48.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 20 55 89 0.78 0.38 0 0.65 209.57 0.63 0.21
Hex 14 37 59 4E 26 0 41 D2 3F 15
Octal 24 67 131 116 46 0 101 322 77 25
Binary 10100 110111 1011001 1001110 100110 0 1000001 11010010 111111 10101

Color Harmonies of #143759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143759

Black with #143759

Text Example


Text Example

White with #143759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143759; }

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

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

background-color css

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

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

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

border-color css

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

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

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