Html Css Color HEX #143C59 Regal Blue

📋 copy color: '#143C59'

red 20 ◦ green 60 ◦ blue 89

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

Shades of Regal Blue #143C59

Tints of Regal Blue #143C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.5%

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

R = 11.83%
G = 35.5%
B = 52.66%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#143C59 (or 0x143C59) is known color: Regal Blue. HEX triplet: 14, 3C and 59. RGB value is (20,60,89). Sum of RGB (Red+Green+Blue) = 20+60+89=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #143C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C59 is #EBC3A6. Grayscale: #333333. Windows color (decimal): -15451047 or 5848084. OLE color: 5848084.

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

Color convert

RGB 20 60 89 -
CMYK 0.78 0.33 0 0.65
HSL 205.22º 0.63% 0.21% -
HSV(B) 205.22º 0.78% 0.35% -
XYZ 3.71 4.1 10.05 -
YUV 51.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 20 60 89 0.78 0.33 0 0.65 205.22 0.63 0.21
Hex 14 3C 59 4E 21 0 41 CD 3F 15
Octal 24 74 131 116 41 0 101 315 77 25
Binary 10100 111100 1011001 1001110 100001 0 1000001 11001101 111111 10101

Color Harmonies of #143C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C59

Black with #143C59

Text Example


Text Example

White with #143C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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