Html Css Color HEX #143B53 Regal Blue

📋 copy color: '#143B53'

red 20 ◦ green 59 ◦ blue 83

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

Shades of Regal Blue #143B53

Tints of Regal Blue #143B53

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.42%

 BLUE value IS 83 (32.81% from 255) = 51.23%

R = 12.35%
G = 36.42%
B = 51.23%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#143B53 (or 0x143B53) is known color: Regal Blue. HEX triplet: 14, 3B and 53. RGB value is (20,59,83). Sum of RGB (Red+Green+Blue) = 20+59+83=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #143B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B53 is #EBC4AC. Grayscale: #313131. Windows color (decimal): -15451309 or 5454612. OLE color: 5454612.

HSL color Cylindrical-coordinate representation of color #143B53: hue angle of 202.86º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143B53 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 59 83 -
CMYK 0.76 0.29 0 0.67
HSL 202.86º 0.61% 0.2% -
HSV(B) 202.86º 0.76% 0.33% -
XYZ 3.41 3.9 8.76 -
YUV 50.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 20 59 83 0.76 0.29 0 0.67 202.86 0.61 0.2
Hex 14 3B 53 4C 1D 0 43 CB 3D 14
Octal 24 73 123 114 35 0 103 313 75 24
Binary 10100 111011 1010011 1001100 11101 0 1000011 11001011 111101 10100

Color Harmonies of #143B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B53

Black with #143B53

Text Example


Text Example

White with #143B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,59,83); }

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

background-color css

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

 a { background-color: rgb(20,59,83); }

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

border-color css

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

 span { border-color: rgb(20,59,83); }

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