Html Css Color HEX #143F59 Regal Blue

📋 copy color: '#143F59'

red 20 ◦ green 63 ◦ blue 89

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

Shades of Regal Blue #143F59

Tints of Regal Blue #143F59

RGB

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

 GREEN value IS 63 (25% from 255) = 36.63%

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

R = 11.63%
G = 36.63%
B = 51.74%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#143F59 (or 0x143F59) is known color: Regal Blue. HEX triplet: 14, 3F and 59. RGB value is (20,63,89). Sum of RGB (Red+Green+Blue) = 20+63+89=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #143F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F59 is #EBC0A6. Grayscale: #343434. Windows color (decimal): -15450279 or 5848852. OLE color: 5848852.

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

Color convert

RGB 20 63 89 -
CMYK 0.78 0.29 0 0.65
HSL 202.61º 0.63% 0.21% -
HSV(B) 202.61º 0.78% 0.35% -
XYZ 3.87 4.43 10.1 -
YUV 53.11 148.25 104.39 -
System Red Green Blue C M Y K H S L
Decimal 20 63 89 0.78 0.29 0 0.65 202.61 0.63 0.21
Hex 14 3F 59 4E 1D 0 41 CB 3F 15
Octal 24 77 131 116 35 0 101 313 77 25
Binary 10100 111111 1011001 1001110 11101 0 1000001 11001011 111111 10101

Color Harmonies of #143F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F59

Black with #143F59

Text Example


Text Example

White with #143F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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