Html Css Color HEX #143C60 Regal Blue

📋 copy color: '#143C60'

red 20 ◦ green 60 ◦ blue 96

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

Shades of Regal Blue #143C60

Tints of Regal Blue #143C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 54.55%

R = 11.36%
G = 34.09%
B = 54.55%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#143C60 (or 0x143C60) is known color: Regal Blue. HEX triplet: 14, 3C and 60. RGB value is (20,60,96). Sum of RGB (Red+Green+Blue) = 20+60+96=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #143C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C60 is #EBC39F. Grayscale: #333333. Windows color (decimal): -15451040 or 6306836. OLE color: 6306836.

HSL color Cylindrical-coordinate representation of color #143C60: hue angle of 208.42º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #143C60 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 60 96 -
CMYK 0.79 0.38 0 0.62
HSL 208.42º 0.66% 0.23% -
HSV(B) 208.42º 0.79% 0.38% -
XYZ 4.02 4.22 11.67 -
YUV 52.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 20 60 96 0.79 0.38 0 0.62 208.42 0.66 0.23
Hex 14 3C 60 4F 26 0 3E D0 42 17
Octal 24 74 140 117 46 0 76 320 102 27
Binary 10100 111100 1100000 1001111 100110 0 111110 11010000 1000010 10111

Color Harmonies of #143C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C60

Black with #143C60

Text Example


Text Example

White with #143C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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