Html Css Color HEX #143B57 Regal Blue

📋 copy color: '#143B57'

red 20 ◦ green 59 ◦ blue 87

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

Shades of Regal Blue #143B57

Tints of Regal Blue #143B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 52.41%

R = 12.05%
G = 35.54%
B = 52.41%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#143B57 (or 0x143B57) is known color: Regal Blue. HEX triplet: 14, 3B and 57. RGB value is (20,59,87). Sum of RGB (Red+Green+Blue) = 20+59+87=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #143B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B57 is #EBC4A8. Grayscale: #323232. Windows color (decimal): -15451305 or 5716756. OLE color: 5716756.

HSL color Cylindrical-coordinate representation of color #143B57: hue angle of 205.07º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143B57 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 59 87 -
CMYK 0.77 0.32 0 0.66
HSL 205.07º 0.63% 0.21% -
HSV(B) 205.07º 0.77% 0.34% -
XYZ 3.57 3.96 9.59 -
YUV 50.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 20 59 87 0.77 0.32 0 0.66 205.07 0.63 0.21
Hex 14 3B 57 4D 20 0 42 CD 3F 15
Octal 24 73 127 115 40 0 102 315 77 25
Binary 10100 111011 1010111 1001101 100000 0 1000010 11001101 111111 10101

Color Harmonies of #143B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B57

Black with #143B57

Text Example


Text Example

White with #143B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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